Fix install header

This commit is contained in:
Laurent Montel
2009-02-22 10:28:31 +00:00
parent de014efdaf
commit 8e7c4df0db

View File

@@ -5,5 +5,13 @@ INSTALL(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core
)
FILE(GLOB Eigen_Core_Product_SRCS "products/*.h")
INSTALL(FILES
${Eigen_Core_Product_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/products
)
ADD_SUBDIRECTORY(util)
ADD_SUBDIRECTORY(arch)