Skip to content

Commit b6bcfbe

Browse files
committed
Rewrite to http-only.
1 parent b8a3808 commit b6bcfbe

7 files changed

Lines changed: 961 additions & 839 deletions

File tree

tools/cli/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
set(TARGET llama-cli)
2-
add_executable(${TARGET} cli.cpp cli-remote.cpp)
3-
target_link_libraries(${TARGET} PRIVATE server-context cpp-httplib PUBLIC llama-common ${CMAKE_THREAD_LIBS_INIT})
2+
add_executable(${TARGET} cli.cpp cli-backend.cpp)
3+
target_link_libraries(${TARGET} PRIVATE cpp-httplib PUBLIC llama-common ${CMAKE_THREAD_LIBS_INIT})
44
target_compile_features(${TARGET} PRIVATE cxx_std_17)
55

66
include_directories(../server)
7+
include_directories(../mtmd)
8+
include_directories(../../vendor)
79

810
if(LLAMA_TOOLS_INSTALL)
911
install(TARGETS ${TARGET} RUNTIME)

0 commit comments

Comments
 (0)