UNPKG
@snowdigital/whisper-node
Version:
latest (0.0.1)
0.0.1
NodeJS interface for whisper.cpp
github.com/snowdigital/whisper-node
snowdigital/whisper-node
@snowdigital/whisper-node
/
cpp
/
whisper.cpp
/
examples
/
stream
/
CMakeLists.txt
11 lines
(7 loc)
•
282 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
if (WHISPER_SDL2)
set
(TARGET whisper-stream)
add_executable
(${TARGET} stream.cpp)
include
(DefaultTargetOptions)
target_link_libraries
(${TARGET} PRIVATE common common-sdl whisper ${CMAKE_THREAD_LIBS_INIT})
install
(TARGETS ${TARGET} RUNTIME) endif ()