forgot to hg add this file

This commit is contained in:
Gael Guennebaud 2010-01-05 14:36:55 +01:00
parent 9d9e00b608
commit 97f0f02e10

View File

@ -0,0 +1,6 @@
FILE(GLOB Eigen_plugins_SRCS "*.h")
INSTALL(FILES
${Eigen_plugins_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/plugins COMPONENT Devel
)