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

@@ -16,4 +16,4 @@ install(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen COMPONENT Devel
)
add_subdirectory(src)
install(DIRECTORY src DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen COMPONENT Devel FILES_MATCHING PATTERN "*.h")