CMakeLists.txt 176 字节 原文件 审查 历史 永久链接 1 2 3 4 5 include(cargs) include_directories(${CMAKE_SOURCE_DIR}) add_executable(decode-file-c-api decode-file-c-api.c) target_link_libraries(decode-file-c-api sherpa-onnx-c-api cargs)