Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame^] | 1 | include(CMakeFindDependencyMacro) |
2 | @FILENAME_DEP_REPLACE@ | ||||
3 | @WPIUTIL_DEP_REPLACE@ | ||||
4 | @NTCORE_DEP_REPLACE@ | ||||
5 | @CSCORE_DEP_REPLACE@ | ||||
6 | find_dependency(OpenCV) | ||||
7 | |||||
8 | include(${SELF_DIR}/cameraserver.cmake) |