update more names

This commit is contained in:
ochafik 2024-06-07 00:21:01 +01:00
parent 9a03341094
commit 8695baebc0
10 changed files with 14 additions and 13 deletions

View file

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