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

8 lines
129 B
CMake
Raw Normal View History

if(SHERPA_ONNX_ENABLE_WASM_TTS)
add_subdirectory(tts)
endif()
2024-02-23 17:39:11 +08:00
if(SHERPA_ONNX_ENABLE_WASM_ASR)
add_subdirectory(asr)
endif()