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 5cd20e4 commit 1dbe6c3Copy full SHA for 1dbe6c3
tools/imatrix/CMakeLists.txt
@@ -2,5 +2,5 @@ set(TARGET llama-imatrix)
2
add_executable(${TARGET} imatrix.cpp)
3
install(TARGETS ${TARGET} RUNTIME)
4
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
5
-target_include_directories(${TARGET} PUBLIC ../../src)
+target_include_directories(${TARGET} PRIVATE ../../src)
6
target_compile_features(${TARGET} PRIVATE cxx_std_17)
0 commit comments