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

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