main: target name -> llama-cli

This commit is contained in:
Olivier Chafik 2024-06-08 12:50:35 +01:00
parent fe93cc96cc
commit 23d0df5bd5
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
set(TARGET llama-bin)
set(TARGET llama-cli)
add_executable(${TARGET} main.cpp)
set_target_properties(${TARGET} PROPERTIES OUTPUT_NAME llama)
install(TARGETS ${TARGET} RUNTIME)