mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
14 lines
319 B
CMake
14 lines
319 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: @VERSION@
|
|
Libs: @OpenCV_LIB_COMPONENTS@
|
|
Cflags: -I${includedir_old} -I${includedir_new}
|