CMakeLists.txt 154 字节 原文件 审查 历史 永久链接 1 2 3 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)