blob: 46d522d121cfc99e3d38ecfd0f58c7015a5f9dac [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001include(CMakeFindDependencyMacro)
2@FILENAME_DEP_REPLACE@
3@WPIUTIL_DEP_REPLACE@
4@NTCORE_DEP_REPLACE@
5@CSCORE_DEP_REPLACE@
6find_dependency(OpenCV)
7
Austin Schuh812d0d12021-11-04 20:16:48 -07008@FILENAME_DEP_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -08009include(${SELF_DIR}/cameraserver.cmake)
Maxwell Henderson80bec322024-01-09 15:48:44 -080010if(@WITH_JAVA@)
11 include(${SELF_DIR}/cameraserver_jar.cmake)
12endif()