aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/src/KroneckerProduct/CMakeLists.txt
blob: 4daefebee6f676c073f5ecacf9e8781aa5d673c2 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_KroneckerProduct_SRCS "*.h")

INSTALL(FILES
  ${Eigen_KroneckerProduct_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/KroneckerProduct COMPONENT Devel
  )