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/sherpa-onnx/python/CMakeLists.txt
2023-02-19 19:36:03 +08:00

6 lines
87 B
CMake

add_subdirectory(csrc)
if(SHERPA_ONNX_ENABLE_TESTS)
add_subdirectory(tests)
endif()