Skip to content

Commit 5cd20e4

Browse files
committed
Add header search path
1 parent 72a5ec1 commit 5cd20e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/imatrix/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ set(TARGET llama-imatrix)
22
add_executable(${TARGET} imatrix.cpp)
33
install(TARGETS ${TARGET} RUNTIME)
44
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
5+
target_include_directories(${TARGET} PUBLIC ../../src)
56
target_compile_features(${TARGET} PRIVATE cxx_std_17)

0 commit comments

Comments
 (0)