aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/CMakeLists.txt
blob: 6d4b3ea0d7a00aa56a43be06fe6dd773d2728621 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_CXX11_Tensor_SRCS "*.h")

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