"vscode:/vscode.git/clone" did not exist on "8f4d82cf5e9e2772c4b7cc3f391d5ab6a8ffe9c6"
CMakeLists.txt 310 Bytes
Newer Older
xuxzh1's avatar
init  
xuxzh1 committed
1
set(TARGET llama-quantize-stats)
mashun1's avatar
v1  
mashun1 committed
2
3
4
5
6
add_executable(${TARGET} quantize-stats.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE llama build_info ${CMAKE_THREAD_LIBS_INIT})
target_include_directories(${TARGET} PRIVATE ../../common)
target_compile_features(${TARGET} PRIVATE cxx_std_11)