mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
319 B
14 lines
319 B
14 years ago
|
# 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}
|