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
/
wchess
/
wchess.cmd
/
CMakeLists.txt
9 lines
(6 loc)
•
233 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
if (WHISPER_SDL2)
set
(TARGET wchess)
add_executable
(${TARGET} wchess.cmd.cpp)
include
(DefaultTargetOptions)
target_link_libraries
(${TARGET} PRIVATE wchess-core common-sdl ${CMAKE_THREAD_LIBS_INIT}) endif ()