about summary refs log tree commit diff
path: root/pkgs/tools/misc/ollama/cmake-include.patch
blob: 013ed66bf91c612f3277a406e14f2a1d8d6e39fc (plain) (blame)
1
2
3
4
5
6
7
--- a/llm/llama.cpp/examples/server/CMakeLists.txt
+++ b/llm/llama.cpp/examples/server/CMakeLists.txt
@@ -11,3 +11,4 @@
     TARGET_LINK_LIBRARIES(${TARGET} PRIVATE ws2_32)
 endif()
 target_compile_features(${TARGET} PRIVATE cxx_std_11)
+include (../../../ext_server/CMakeLists.txt) # ollama