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 d55eaab commit 4f9066cCopy full SHA for 4f9066c
examples/quantize/CMakeLists.txt
@@ -1,6 +1,6 @@
1
set(TARGET llama-quantize)
2
add_executable(${TARGET} quantize.cpp)
3
install(TARGETS ${TARGET} RUNTIME)
4
-target_link_libraries(${TARGET} PRIVATE llama common ${CMAKE_THREAD_LIBS_INIT})
+target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
5
target_include_directories(${TARGET} PRIVATE ../../common)
6
target_compile_features(${TARGET} PRIVATE cxx_std_11)
0 commit comments