update more names
This commit is contained in:
parent
9a03341094
commit
8695baebc0
10 changed files with 14 additions and 13 deletions
|
@ -1,5 +1,6 @@
|
|||
set(TARGET llama)
|
||||
set(TARGET llama-bin)
|
||||
add_executable(${TARGET} main.cpp)
|
||||
set_target_properties(${TARGET} PROPERTIES OUTPUT_NAME llama)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_11)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue