mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
15 lines
364 B
PkgConfig
15 lines
364 B
PkgConfig
# 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: @OPENCV_VERSION_PLAIN@
|
|
Libs: @OPENCV_PC_LIBS@
|
|
Libs.private: @OPENCV_PC_LIBS_PRIVATE@
|
|
Cflags: -I${includedir_old} -I${includedir_new}
|