From 9a0afe1ccce6fd3a6882b4c19b72cee579a54dd1 Mon Sep 17 00:00:00 2001 From: xuxiuxi <554325746@qq.com> Date: 星期五, 08 三月 2019 12:57:51 +0800 Subject: [PATCH] find channel list bug --- QiaoJiaSystem/StructureApp/CMakeLists.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/CMakeLists.txt b/QiaoJiaSystem/StructureApp/CMakeLists.txt index 393119d..b15b23e 100644 --- a/QiaoJiaSystem/StructureApp/CMakeLists.txt +++ b/QiaoJiaSystem/StructureApp/CMakeLists.txt @@ -31,6 +31,7 @@ ../FaceDetectServer/rpc/FaceServer.cpp ../FaceSearchServer/rpc/FaceSearchServer.cpp ../RecordVideo/rpc/RecordVideo.cpp + ../VideoToImage/rpc/RtspAnalysServer.cpp ../RapidStructureApp/TriggerElement.cpp ../../../BasicPlatForm/basic/pipe_element/ffmpeg/FfmpegElement.cpp @@ -80,6 +81,7 @@ ../RecordVideo/rpc ../FaceDetectServer/rpc ../FaceSearchServer/rpc + ../VideoToImage/rpc ../RapidStructureApp/ ../../../BasicPlatForm @@ -119,7 +121,7 @@ ../../../BasicPlatForm/libs/glog/lib ../../../BasicPlatForm/libs/crul/lib - ../../BasicPlatForm/libs/hiredis-master/lib + ../../../BasicPlatForm/libs/hiredis-master/lib ) add_executable(${PROJECT_NAME} -- Gitblit v1.8.0