prefix more cmake targets w/ llama-

This commit is contained in:
Olivier Chafik 2024-06-08 14:05:34 +01:00
parent 10650b692d
commit 81222f02db
16 changed files with 25 additions and 25 deletions

View file

@ -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})