Spaces:
Build error
Build error
File size: 293 Bytes
69fb50e 6ba25f7 69fb50e f57d7c6 69fb50e |
1 2 3 4 5 6 7 |
set(TARGET quantize-stats) add_executable(${TARGET} quantize-stats.cpp) install(TARGETS ${TARGET} RUNTIME) target_link_libraries(${TARGET} PRIVATE llama ${CMAKE_THREAD_LIBS_INIT}) target_include_directories(${TARGET} PRIVATE ../../common) target_compile_features(${TARGET} PRIVATE cxx_std_11) |