bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command.

This commit is contained in:
Gael Guennebaud
2016-08-29 10:59:37 +02:00
parent 0decc31aa8
commit 35a8e94577
65 changed files with 4 additions and 403 deletions

View File

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