| | |
| | | |
| | | SET(SOURCES |
| | | |
| | | # HiredisTool.cpp |
| | | |
| | | NewRecordVideoElement.cpp |
| | | JudgmentRetrogradeTool.cpp |
| | | PerimeterElement.cpp |
| | | |
| | | NewEncodeVideoManager.cpp |
| | | NewEncodeVideo.cpp |
| | | HiredisTool.cpp |
| | | |
| | | TrackingTrigger.cpp |
| | | FaceRpcElement.cpp |
| | |
| | | curl |
| | | fastcommon |
| | | fdfsclient |
| | | |
| | | hiredis |
| | | ) |
| | | |
| | | include_directories( |
| | |
| | | ../../../BasicPlatForm/libs/glog/include |
| | | /usr/include/x86_64-linux-gnu/qt5 |
| | | /usr/include/x86_64-linux-gnu/qt5/QtCore |
| | | |
| | | ../../BasicPlatForm/libs/hiredis-master/include |
| | | ) |
| | | |
| | | link_directories( |
| | |
| | | |
| | | ../../../BasicPlatForm/libs/glog/lib |
| | | ../../../BasicPlatForm/libs/crul/lib |
| | | |
| | | ../../BasicPlatForm/libs/hiredis-master/lib |
| | | ) |
| | | |
| | | add_executable(${PROJECT_NAME} |