Skip to content

Commit d69391e

Browse files
committed
Add header search path
1 parent d54a423 commit d69391e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/quantize/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ add_executable(${TARGET} quantize.cpp)
33
install(TARGETS ${TARGET} RUNTIME)
44
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
55
target_include_directories(${TARGET} PRIVATE ../../common)
6+
target_include_directories(${TARGET} PRIVATE ../../src)
67
target_compile_features(${TARGET} PRIVATE cxx_std_17)

0 commit comments

Comments
 (0)