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/csrc/CMakeLists.txt
Fangjun Kuang f5f90a0742 Release v1.0 (#18)
* Release v1.0

* Add link to doc
2022-10-14 12:13:51 +08:00

18 lines
346 B
CMake

include_directories(${CMAKE_SOURCE_DIR})
add_executable(sherpa-onnx
decode.cc
rnnt-model.cc
sherpa-onnx.cc
symbol-table.cc
wave-reader.cc
)
target_link_libraries(sherpa-onnx
onnxruntime
kaldi-native-fbank-core
)
# add_executable(sherpa-show-onnx-info show-onnx-info.cc)
# target_link_libraries(sherpa-show-onnx-info onnxruntime)