aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-rpc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/ggml/src/ggml-rpc/CMakeLists.txt')
-rw-r--r--llama.cpp/ggml/src/ggml-rpc/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-rpc/CMakeLists.txt b/llama.cpp/ggml/src/ggml-rpc/CMakeLists.txt
new file mode 100644
index 0000000..f5acb8e
--- /dev/null
+++ b/llama.cpp/ggml/src/ggml-rpc/CMakeLists.txt
@@ -0,0 +1,9 @@
1message(STATUS "Using RPC backend")
2
3ggml_add_backend_library(ggml-rpc
4 ggml-rpc.cpp
5 )
6
7if (WIN32)
8 target_link_libraries(ggml-rpc PRIVATE ws2_32)
9endif()