main
/server
: rename to llama
/ llama-server
for consistency w/ homebrew
This commit is contained in:
parent
f83351f9a6
commit
849842916d
3 changed files with 6 additions and 4 deletions
|
@ -34,6 +34,7 @@ foreach(asset ${PUBLIC_ASSETS})
|
|||
COMMAND "${CMAKE_COMMAND}" "-DINPUT=${input}" "-DOUTPUT=${output}" -P "${PROJECT_SOURCE_DIR}/scripts/xxd.cmake"
|
||||
)
|
||||
endforeach()
|
||||
set_target_properties(${TARGET} PROPERTIES OUTPUT_NAME llama-server)
|
||||
add_executable(${TARGET} ${TARGET_SRCS})
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_compile_definitions(${TARGET} PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue