AudioValidation / examples /bench /CMakeLists.txt
Skriller0208's picture
Upload 814 files
613af8d verified
raw
history blame contribute delete
161 Bytes
set(TARGET bench)
add_executable(${TARGET} bench.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})