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.
13 lines
301 B
13 lines
301 B
# Package Information for pkg-config |
|
|
|
prefix=@prefix@ |
|
exec_prefix=@exec_prefix@ |
|
libdir=@libdir@ |
|
includedir=@includedir@ |
|
|
|
Name: OpenCV |
|
Description: Open Source Computer Vision Library |
|
Version: @OPENCV_VERSION_PLAIN@ |
|
Libs: @OPENCV_PC_LIBS@ |
|
Libs.private: @OPENCV_PC_LIBS_PRIVATE@ |
|
Cflags: -I${includedir}
|
|
|