mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
13 lines
281 B
CMake
13 lines
281 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
@NTCORE_DEP_REPLACE@
|
|
@CSCORE_DEP_REPLACE@
|
|
find_dependency(OpenCV)
|
|
|
|
@FILENAME_DEP_REPLACE@
|
|
include(${SELF_DIR}/cameraserver.cmake)
|
|
if(@WITH_JAVA@)
|
|
include(${SELF_DIR}/cameraserver_jar.cmake)
|
|
endif()
|