mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-21 05:33:06 +00:00
4 lines
57 B
CMake
4 lines
57 B
CMake
|
if (EMSCRIPTEN)
|
||
|
add_subdirectory(javascript)
|
||
|
endif()
|