6 lines
201 B
Makefile
6 lines
201 B
Makefile
# The directory where the include files will be installed
|
|
libcvauxincludedir = $(includedir)/opencv
|
|
|
|
# Which header files to install
|
|
libcvauxinclude_HEADERS = cvaux.h cvmat.hpp cvaux.hpp cvvidsurv.hpp
|