mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
473bfb0019
I didn't make the status part of the version variables here, because letters don't play too well with version comparison algorithms (especially with CMake's, which only supports numbers).
14 lines
332 B
CMake
14 lines
332 B
CMake
# 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_LIB_COMPONENTS@
|
|
Cflags: -I${includedir_old} -I${includedir_new}
|