bark.cpp/examples/quantize/CMakeLists.txt
2024-04-10 15:39:25 +02:00

5 lines
156 B
CMake

set(TARGET quantize)
add_executable(${TARGET} main.cpp)
target_link_libraries(${TARGET} PRIVATE bark)
target_compile_features(${TARGET} PRIVATE cxx_std_11)