aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/CMakeLists.txt
blob: 21fc94ae38a5574289ae4e304ce087f3ed6897f0 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_Core_Product_SRCS "*.h")

INSTALL(FILES
  ${Eigen_Core_Product_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/products COMPONENT Devel
  )