aboutsummaryrefslogtreecommitdiff
path: root/examples/quantize/CMakeLists.txt
blob: 17a995bbd74cc3ecb50e8191f5cabbb6ac9745cd (plain)
1
2
3
4
set(TARGET quantize)
add_executable(${TARGET} quantize.cpp)
target_link_libraries(${TARGET} PRIVATE llama ggml ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)