We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a79dfd commit 29ba7afCopy full SHA for 29ba7af
2 files changed
.gitignore
@@ -26,6 +26,7 @@
26
27
/.cache/
28
/.ccls-cache/
29
+/.claude/
30
/.direnv/
31
/.envrc
32
/.idea/
@@ -41,6 +42,7 @@
41
42
43
# Build Artifacts
44
45
+/Testing/
46
/tags
47
/.build/
48
/build*
tools/server/CMakeLists.txt
@@ -23,7 +23,7 @@ if (BUILD_SHARED_LIBS)
23
set_target_properties(${TARGET} PROPERTIES POSITION_INDEPENDENT_CODE ON)
24
endif()
25
-target_include_directories(${TARGET} PRIVATE ../mtmd)
+target_include_directories(${TARGET} PUBLIC ../mtmd)
target_include_directories(${TARGET} PRIVATE ${CMAKE_SOURCE_DIR})
target_link_libraries(${TARGET} PUBLIC llama-common mtmd ${CMAKE_THREAD_LIBS_INIT})
0 commit comments