aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/src/SparseExtra/CMakeLists.txt
blob: 7ea32ca5e26bf653f5814ce780c63c078ee83e29 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_SparseExtra_SRCS "*.h")

INSTALL(FILES
  ${Eigen_SparseExtra_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SparseExtra COMPONENT Devel
  )