Spaces:
Running
Running
File size: 129 Bytes
f79068a |
1 2 3 4 |
set(TARGET bench)
add_executable(${TARGET} bench.cpp)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})
|