"tests/ocr_rec_params.txt" did not exist on "f6167acc1fa4ce9cfc867f689d9260ae1243a30a"
CMakeLists.txt 310 Bytes
Newer Older
chenpangpang's avatar
chenpangpang committed
1
2
3
4
5
6
set(TARGET llama-quantize-stats)
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)