shixian.shi
2023-05-04 1988fe85f6d4e2d2f809e705e13d69d0b57bd0fc
funasr/runtime/onnxruntime/src/CMakeLists.txt
@@ -25,16 +25,7 @@
include_directories(${CMAKE_SOURCE_DIR}/include)
target_link_libraries(funasr PUBLIC onnxruntime ${EXTRA_LIBS})
if(ENABLE_WEBSOCKET)
  add_executable(websocketmain "websocketmain.cpp")
  add_executable(websocketclient "websocketclient.cpp")
  target_link_libraries(websocketclient PUBLIC funasr)
  target_link_libraries(websocketmain PUBLIC funasr)
endif()
add_executable(funasr-onnx-offline "funasr-onnx-offline.cpp")
add_executable(funasr-onnx-offline-rtf "funasr-onnx-offline-rtf.cpp")
target_link_libraries(funasr-onnx-offline PUBLIC funasr)
target_link_libraries(funasr-onnx-offline-rtf PUBLIC funasr)
target_link_libraries(funasr-onnx-offline-rtf PUBLIC funasr)