Files
allwpilib/cscore/cscore-config.cmake

7 lines
191 B
CMake
Raw Normal View History

2018-05-02 21:15:30 -07:00
include(CMakeFindDependencyMacro)
find_dependency(wpiutil)
find_dependency(OpenCV)
get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
include(${SELF_DIR}/cscore.cmake)