add missing inclusion of LU/arch, thanks to J.B. Rouault

This commit is contained in:
Gael Guennebaud 2009-12-19 13:49:00 +01:00
parent f8cb9a6230
commit 02beaea2f8

View File

@ -4,3 +4,5 @@ INSTALL(FILES
${Eigen_LU_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/LU COMPONENT Devel
)
ADD_SUBDIRECTORY(arch)