Skip to content

Instantly share code, notes, and snippets.

Created November 3, 2012 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4008833 to your computer and use it in GitHub Desktop.
Save anonymous/4008833 to your computer and use it in GitHub Desktop.
opencv-XXX.pc.cmake.in
# Package Information for pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir_old=@includedir@/opencv
includedir_new=@includedir@
Name: OpenCV
Description: Open Source Computer Vision Library
Version: @VERSION@
Libs: @OpenCV_LIB_COMPONENTS@
Cflags: -I${includedir_old} -I${includedir_new}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment