fix intallation of unsupported modules

This commit is contained in:
Gael Guennebaud
2011-02-16 17:59:35 +01:00
parent 13a5582835
commit 03d86ea736
6 changed files with 29 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
FILE(GLOB Eigen_NonLinear_SRCS "*.h")
FILE(GLOB Eigen_NonLinearOptimization_SRCS "*.h")
INSTALL(FILES
${Eigen_NonLinear_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NonLinear COMPONENT Devel
${Eigen_NonLinearOptimization_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NonLinearOptimization COMPONENT Devel
)