Skip to content

Instantly share code, notes, and snippets.

View Riteshlogin's full-sized avatar

Ritesh Misra Riteshlogin

  • University of Pittsburgh
  • USA
View GitHub Profile
@Riteshlogin
Riteshlogin / OpenCVconfig.cmake
Last active June 3, 2017 13:16
OpenCVconfig.cmake
# ===================================================================================
# The OpenCV CMake configuration file
#
# ** File generated automatically, do not modify **
#
# Usage from an external project:
# In your CMakeLists.txt, add these lines:
#
# FIND_PACKAGE(OpenCV REQUIRED)
# TARGET_LINK_LIBRARIES(MY_TARGET_NAME ${OpenCV_LIBS})