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