This commit is contained in:
Gael Guennebaud 2010-01-05 16:04:36 +01:00
commit eda4e98c61

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
)