prefix more cmake targets w/ llama-
This commit is contained in:
parent
10650b692d
commit
81222f02db
16 changed files with 25 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
set(TARGET perplexity)
|
||||
set(TARGET llama-perplexity)
|
||||
add_executable(${TARGET} perplexity.cpp)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue