zhaomingwork
2023-04-28 b90e6ea2edc4db7283b1491d1d038b6786a433fd
make little change
1个文件已修改
5 ■■■■■ 已修改文件
funasr/runtime/websocket/CMakeLists.txt 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/websocket/CMakeLists.txt
@@ -4,9 +4,7 @@
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
option(ENABLE_WEBSOCKET "Whether to build websocket server" ON)
 
if(ENABLE_WEBSOCKET)
@@ -57,9 +55,6 @@
include_directories(${PROJECT_SOURCE_DIR}/../onnxruntime/third_party/glog)
set(BUILD_TESTING OFF)
add_subdirectory(${PROJECT_SOURCE_DIR}/../onnxruntime/third_party/glog glog)
message("********************************${PROJECT_SOURCE_DIR}/../onnxruntime/include/" )
 
add_executable(websocketmain "websocketmain.cpp" "websocketsrv.cpp")