From 2fe2464c55f96998e23f44ed2dce0edd3da830b1 Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: 星期五, 28 四月 2023 23:31:39 +0800
Subject: [PATCH] change dir to websocket

---
 funasr/runtime/onnxruntime/src/CMakeLists.txt |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/funasr/runtime/onnxruntime/src/CMakeLists.txt b/funasr/runtime/onnxruntime/src/CMakeLists.txt
index 9c8d51c..d33c540 100644
--- a/funasr/runtime/onnxruntime/src/CMakeLists.txt
+++ b/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)
\ No newline at end of file

--
Gitblit v1.9.1