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
/
deprecation-warning
/
CMakeLists.txt
7 lines
(6 loc)
•
234 B
Plain Text
View Raw
1
2
3
4
5
6
7
add_executable
(main ./deprecation-warning.cpp)
add_executable
(bench ./deprecation-warning.cpp) if (WHISPER_SDL2)
add_executable
(stream ./deprecation-warning.cpp)
add_executable
(command ./deprecation-warning.cpp)
endif
()