mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-10 06:48:01 +02:00
refactoring : move main + stream in examples + other stuff
This commit is contained in:
3
examples/bench/CMakeLists.txt
Normal file
3
examples/bench/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
set(TARGET bench)
|
||||
add_executable(${TARGET} bench.cpp)
|
||||
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})
|
Reference in New Issue
Block a user