From be871ad6d0cbfa1b4b0d61c7906d2eefc1e9d754 Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期四, 07 三月 2024 12:31:51 +0800
Subject: [PATCH] Update CMakeLists.txt

---
 runtime/websocket/bin/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/runtime/websocket/bin/CMakeLists.txt b/runtime/websocket/bin/CMakeLists.txt
index 35408d0..3d2a6cf 100644
--- a/runtime/websocket/bin/CMakeLists.txt
+++ b/runtime/websocket/bin/CMakeLists.txt
@@ -9,7 +9,7 @@
   add_definitions(-D_WEBSOCKETPP_CPP11_TYPE_TRAITS_)
   add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/bigobj>")
   add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
-  SET(RELATION_SOURCE "../../onnxruntime/src/audio.cpp" "../../onnxruntime/src/resample.cpp" "../../onnxruntime/src/util.cpp" "../../onnxruntime/src/alignedmem.cpp" "../../onnxruntime/src/encode_converter.cpp")
+  SET(RELATION_SOURCE "../../onnxruntime/src/resample.cpp" "../../onnxruntime/src/util.cpp" "../../onnxruntime/src/alignedmem.cpp" "../../onnxruntime/src/encode_converter.cpp")
 endif()
 
 

--
Gitblit v1.9.1