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-mr_series-sherpa-onnx/wasm/CMakeLists.txt
2024-02-23 17:39:11 +08:00

8 lines
129 B
CMake

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