This commit is contained in:
Fangjun Kuang
2023-02-24 16:42:46 +08:00
committed by GitHub
parent 9064b3f016
commit c63c4c3389
12 changed files with 491 additions and 0 deletions

View File

@@ -6,3 +6,7 @@ endif()
if(SHERPA_ONNX_ENABLE_JNI)
add_subdirectory(jni)
endif()
if(SHERPA_ONNX_ENABLE_C_API)
add_subdirectory(c-api)
endif()