This commit is contained in:
Xuan Son Nguyen
2026-09-03 00:50:00 +02:00
parent e9df25130c
commit 339444c12a
+5
View File
@@ -75,6 +75,11 @@ add_custom_target(${TARGET} ALL
VERBATIM
)
# building llama-server should also pull the binary (for convenience)
if (TARGET llama-server)
add_dependencies(llama-server ${TARGET})
endif()
if (LLAMA_TOOLS_INSTALL)
install(PROGRAMS "${LLAMA_CONNECT_OUT_DIR}/${LLAMA_CONNECT_BINARY}" TYPE BIN)
endif()