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/sherpa-onnx/CMakeLists.txt
Fangjun Kuang ef93dcd733 Add JNI (#57)
2023-02-22 21:14:57 +08:00

9 lines
148 B
CMake

add_subdirectory(csrc)
if(SHERPA_ONNX_ENABLE_PYTHON)
add_subdirectory(python)
endif()
if(SHERPA_ONNX_ENABLE_JNI)
add_subdirectory(jni)
endif()