| | |
| | | ${LIBS} |
| | | ) |
| | | |
| | | add_executable(YoloDetectClientTest |
| | | ../../../BasicPlatForm/basic/util/opencv/CvUtil.cpp |
| | | ../../../BasicPlatForm/basic/util/opencv/CvUtil.h |
| | | ../../../BasicPlatForm/basic/pipe/PipeConnector.cpp |
| | | ../../../BasicPlatForm/basic/pipe/PipeConnector.h |
| | | ../../../BasicPlatForm/basic/pipe/PipeController.cpp |
| | | ../../../BasicPlatForm/basic/pipe/PipeController.h |
| | | ../../../BasicPlatForm/basic/pipe/PipeElement.cpp |
| | | ../../../BasicPlatForm/basic/pipe/PipeElement.h |
| | | ../../../BasicPlatForm/basic/timer_counter/Clocktimer.h |
| | | ../../../BasicPlatForm/basic/timer_counter/Clocktimer.cpp |
| | | |
| | | ../../../BasicPlatForm/basic/pipe_element/ImageFactoryElement.cpp |
| | | ../../../BasicPlatForm/basic/pipe_element/ImageFactoryElement.h |
| | | ../../../BasicPlatForm/basic/pipe_element/ImageShowElement.cpp |
| | | ../../../BasicPlatForm/basic/pipe_element/ImageShowElement.h |
| | | ../../../BasicPlatForm/basic/pipe_element/ffmpeg/VideoCaptureElement.cpp |
| | | ../../../BasicPlatForm/basic/pipe_element/ffmpeg/VideoCaptureElement.h |
| | | ../../../BasicPlatForm/basic/util/fastdfs/FastdfsClient.cpp |
| | | ../../../BasicPlatForm/basic/pipe/TimerElement.cpp |
| | | ../RapidStructureApp/TriggerElement.cpp |
| | | ../../../BasicPlatForm/basic/db/Elasticsearch/EsDBTool.cpp |
| | | ../../../BasicPlatForm/basic/util/curl/HttpRequestWithCrul.hpp |
| | | rpc/YoloServer.cpp |
| | | YoloDetectClientTest.cpp |
| | | ./YoloRpcElement.cpp |
| | | ./YoloRpcElement.h |
| | | ImageDrawElement.cpp |
| | | ) |
| | | |
| | | link_directories( |
| | | |
| | |
| | | #glog |
| | | ../../../BasicPlatForm/libs/glog/include |
| | | ) |
| | | target_link_libraries(YoloDetectClientTest |
| | | Ice |
| | | Qt5Core |
| | | avformat avcodec avutil avfilter swscale swresample |
| | | opencv_world |
| | | curl |
| | | uuid |
| | | jsoncpp |
| | | fastcommon |
| | | fdfsclient |
| | | glog |
| | | pthread |
| | | ) |