mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
14 lines
303 B
CMake
14 lines
303 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
@DATALOG_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()
|