Move the sources to trunk
[opencv] / apps / cvenv / plugins.conf
1 #comment
2 incpath include
3 incpath plugins
4 incpath ../../cv/include
5
6
7 include assert.h
8 include ctype.h
9 include errno.h
10 include iso646.h
11 include float.h
12 include limits.h
13 include math.h
14 include setjmp.h
15 include stdarg.h
16 include stddef.h
17 include stdio.h
18 include stdlib.h
19 include string.h
20 include time.h
21
22 include cv.h
23 include ../../otherlibs/highgui/highgui.h
24 include ../../otherlibs/cvcam/include/cvcam.h
25
26 libpath plugins
27 libpath ./
28
29 library ../../cv/src/.libs/libopencv.so
30 library ../../otherlibs/highgui/.libs/libhighgui.so
31 library ../../otherlibs/cvcam/src/unix/.libs/libcvvideo.so
32