We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f479b8 commit 1baa12fCopy full SHA for 1baa12f
tools/mtmd/CMakeLists.txt
@@ -17,6 +17,7 @@ target_link_libraries (mtmd PUBLIC ggml llama)
17
target_link_libraries (mtmd PRIVATE Threads::Threads)
18
target_include_directories(mtmd PUBLIC .)
19
target_include_directories(mtmd PRIVATE ../..)
20
+target_include_directories(mtmd PRIVATE ../../vendor)
21
target_compile_features (mtmd PRIVATE cxx_std_17)
22
23
if (BUILD_SHARED_LIBS)
0 commit comments