aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt
blob: 7986afc5ed4ecf09fa871c726a0c2ab1945e8559 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_IterativeSolvers_SRCS "*.h")

INSTALL(FILES
  ${Eigen_IterativeSolvers_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/IterativeSolvers COMPONENT Devel
  )