Refactor the code (#15)
* code refactoring * Remove reference files * Update README and CI * small fixes * fix style issues * add style check for CI * fix style issues * remove kaldi-native-io
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
include_directories(${CMAKE_SOURCE_DIR})
|
||||
add_executable(sherpa-onnx main.cpp)
|
||||
|
||||
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
|
||||
kaldi_native_io_core
|
||||
)
|
||||
|
||||
add_executable(sherpa-show-onnx-info show-onnx-info.cc)
|
||||
target_link_libraries(sherpa-show-onnx-info onnxruntime)
|
||||
|
||||
Reference in New Issue
Block a user