init
This commit is contained in:
6
whisper.cpp-1.5.2/examples/bench/CMakeLists.txt
Normal file
6
whisper.cpp-1.5.2/examples/bench/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set(TARGET bench)
|
||||
add_executable(${TARGET} bench.cpp)
|
||||
|
||||
include(DefaultTargetOptions)
|
||||
|
||||
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})
|
||||
Reference in New Issue
Block a user