Add COMPONENT Devel

This commit is contained in:
Laurent Montel
2009-02-23 07:50:56 +00:00
parent 8e7c4df0db
commit 2d6d14a3d3
15 changed files with 18 additions and 18 deletions

View File

@@ -2,5 +2,5 @@ FILE(GLOB Eigen_Array_SRCS "*.h")
INSTALL(FILES
${Eigen_Array_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Array
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Array COMPONENT Devel
)