mirror of
https://github.com/PABannier/bark.cpp
synced 2026-03-02 21:21:11 +01:00
5 lines
156 B
CMake
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)
|