1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-03-01 08:32:15 +01:00
whisper.cpp/examples/bench/CMakeLists.txt

7 lines
161 B
CMake
Raw Normal View History

set(TARGET bench)
add_executable(${TARGET} bench.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})