mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
14 lines
662 B
CMake
Executable File
14 lines
662 B
CMake
Executable File
# 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: -L${libdir} -lopencv_core@OPENCV_DLLVERSION@ -lopencv_imgproc@OPENCV_DLLVERSION@ -lopencv_highgui@OPENCV_DLLVERSION@ -lopencv_ml@OPENCV_DLLVERSION@ -lopencv_video@OPENCV_DLLVERSION@ -lopencv_feautures2d@OPENCV_DLLVERSION@ -lopencv_calib3d@OPENCV_DLLVERSION@ -lopencv_objdetect@OPENCV_DLLVERSION@ -lopencv_contrib@OPENCV_DLLVERSION@ -lopencv_legacy@OPENCV_DLLVERSION@
|
|
Cflags: -I${includedir_old} -I${includedir_new}
|