mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-25 13:49:41 +00:00
2e59dced12
* whisper : rename binaries + fix install * cont : try to fix ci * cont : fix emscripten builds
9 lines
205 B
CMake
9 lines
205 B
CMake
set(TARGET whisper-bench)
|
|
add_executable(${TARGET} bench.cpp)
|
|
|
|
include(DefaultTargetOptions)
|
|
|
|
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
install(TARGETS ${TARGET} RUNTIME)
|