aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/src/Polynomials/CMakeLists.txt
blob: 51f13f3cb91ea44bc113178d58ab26db47369d25 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_Polynomials_SRCS "*.h")

INSTALL(FILES
  ${Eigen_Polynomials_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Polynomials COMPONENT Devel
  )