Skip to content

Commit 29ba7af

Browse files
committed
fix error
1 parent 9a79dfd commit 29ba7af

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
/.cache/
2828
/.ccls-cache/
29+
/.claude/
2930
/.direnv/
3031
/.envrc
3132
/.idea/
@@ -41,6 +42,7 @@
4142

4243
# Build Artifacts
4344

45+
/Testing/
4446
/tags
4547
/.build/
4648
/build*

tools/server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (BUILD_SHARED_LIBS)
2323
set_target_properties(${TARGET} PROPERTIES POSITION_INDEPENDENT_CODE ON)
2424
endif()
2525

26-
target_include_directories(${TARGET} PRIVATE ../mtmd)
26+
target_include_directories(${TARGET} PUBLIC ../mtmd)
2727
target_include_directories(${TARGET} PRIVATE ${CMAKE_SOURCE_DIR})
2828
target_link_libraries(${TARGET} PUBLIC llama-common mtmd ${CMAKE_THREAD_LIBS_INIT})
2929

0 commit comments

Comments
 (0)