Skip to content

Commit 1baa12f

Browse files
committed
missing vendor include dir
1 parent 0f479b8 commit 1baa12f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/mtmd/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ target_link_libraries (mtmd PUBLIC ggml llama)
1717
target_link_libraries (mtmd PRIVATE Threads::Threads)
1818
target_include_directories(mtmd PUBLIC .)
1919
target_include_directories(mtmd PRIVATE ../..)
20+
target_include_directories(mtmd PRIVATE ../../vendor)
2021
target_compile_features (mtmd PRIVATE cxx_std_17)
2122

2223
if (BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)