aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/CMakeLists.txt
blob: a40bc471559813cd4adc14559bd3a7b7a54fbad0 (plain)
1
2
3
4
5
6
7
8
set(Eigen_CXX11_HEADERS Tensor TensorSymmetry ThreadPool)

install(FILES
  ${Eigen_CXX11_HEADERS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/CXX11 COMPONENT Devel
  )

add_subdirectory(src)