This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/wasm/CMakeLists.txt
2024-03-03 20:00:36 +08:00

12 lines
200 B
CMake

if(SHERPA_ONNX_ENABLE_WASM_TTS)
add_subdirectory(tts)
endif()
if(SHERPA_ONNX_ENABLE_WASM_ASR)
add_subdirectory(asr)
endif()
if(SHERPA_ONNX_ENABLE_WASM_NODEJS)
add_subdirectory(nodejs)
endif()