aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Core/util/CMakeLists.txt
blob: 1e3b14712035d1a5993978b949edb1ee3927870c (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_CXX11_Core_util_SRCS "*.h")

INSTALL(FILES
  ${Eigen_CXX11_Core_util_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/CXX11/src/Core/util COMPONENT Devel
  )