aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/SpecialFunctions/CMakeLists.txt
blob: 25df9439d4798cbcc2de12e3a57ccce92ce6436a (plain)
1
2
3
4
5
6
7
8
9
10
11
FILE(GLOB Eigen_SpecialFunctions_SRCS "*.h")
INSTALL(FILES
  ${Eigen_SpecialFunctions_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SpecialFunctions COMPONENT Devel
  )

FILE(GLOB Eigen_SpecialFunctions_arch_CUDA_SRCS "arch/CUDA/*.h")
INSTALL(FILES
  ${Eigen_SpecialFunctions_arch_CUDA_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SpecialFunctions/arch/CUDA COMPONENT Devel
  )