14 lines
		
	
	
		
			661 B
		
	
	
	
		
			CMake
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			661 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_features2d@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}
 |