forked from extern/whisper.cpp
4 lines
57 B
CMake
4 lines
57 B
CMake
|
if (EMSCRIPTEN)
|
||
|
add_subdirectory(javascript)
|
||
|
endif()
|