forgot to hg add this file

This commit is contained in:
Benoit Jacob 2009-10-02 12:40:19 -04:00
parent 57e1c5b0aa
commit 71f19d90d0

View File

@ -0,0 +1,6 @@
FILE(GLOB Eigen_Core_Product_SRCS "*.h")
INSTALL(FILES
${Eigen_Core_Product_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/products COMPONENT Devel
)