Move the sources to trunk
[opencv] / opencv.pc.in
1 # Package Information for pkg-config
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@/opencv
7
8 Name: OpenCV
9 Description: Intel(R) Open Source Computer Vision Library
10 Version: @VERSION@
11 Libs: -L${libdir} -lcxcore -lcv -lhighgui -lcvaux -lml
12 Cflags: -I${includedir}