1FILE(GLOB Eigen_MatrixFunctions_SRCS "*.h")
2
3INSTALL(FILES
4  ${Eigen_MatrixFunctions_SRCS}
5  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/MatrixFunctions COMPONENT Devel
6  )
7