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 d92cb67 commit a2da5a2Copy full SHA for a2da5a2
src/CMakeLists.txt
@@ -29,7 +29,7 @@ add_library(llama
29
unicode-data.cpp
30
)
31
32
-target_include_directories(llama PUBLIC . ../include ../common)
+target_include_directories(llama PRIVATE . ../include ../common)
33
target_compile_features (llama PUBLIC cxx_std_17) # don't bump
34
35
target_link_libraries(llama PUBLIC ggml)
0 commit comments