mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
7 lines
138 B
CMake
7 lines
138 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
find_dependency(OpenCV)
|
|
|
|
include(${SELF_DIR}/cscore.cmake)
|