add missing files

This commit is contained in:
Gael Guennebaud
2010-06-18 11:36:30 +02:00
parent ece48a6450
commit 729960e465
5 changed files with 433 additions and 0 deletions

View File

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