mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-10 15:32:23 +01:00
8 lines
127 B
CMake
8 lines
127 B
CMake
|
add_subdirectory(libwchess)
|
||
|
|
||
|
if (EMSCRIPTEN)
|
||
|
add_subdirectory(wchess.wasm)
|
||
|
else()
|
||
|
add_subdirectory(wchess.cmd)
|
||
|
endif()
|