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
Fangjun Kuang 7c4b59932a Refactor WebAssembly build script. (#598)
Make it easier to build WebAssembly for ASR.
2024-02-21 16:51:15 +08:00

4 lines
64 B
CMake

if(SHERPA_ONNX_ENABLE_WASM_TTS)
add_subdirectory(tts)
endif()