opencv-XXX.pc.in 326 Bytes
Newer Older
Ethan Rublee's avatar
Ethan Rublee committed
1 2 3 4 5 6 7 8 9 10
# 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
11
Version: @OPENCV_VERSION@
Ethan Rublee's avatar
Ethan Rublee committed
12 13
Libs: @OpenCV_LIB_COMPONENTS@
Cflags: -I${includedir_old} -I${includedir_new}