mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-12 14:14:22 +00:00
main
/server
: rename to llama
/ llama-server
for consistency w/ homebrew
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
set(TARGET main)
|
||||
set_target_properties(${TARGET} PROPERTIES OUTPUT_NAME llama)
|
||||
add_executable(${TARGET} main.cpp)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
Reference in New Issue
Block a user