Files
allwpilib/cscore/cscore-config.cmake.in
2019-06-28 20:55:14 -07:00

7 lines
138 B
CMake

include(CMakeFindDependencyMacro)
@FILENAME_DEP_REPLACE@
@WPIUTIL_DEP_REPLACE@
find_dependency(OpenCV)
include(${SELF_DIR}/cscore.cmake)