Home | History | Annotate | Download | only in Polynomials
      1 FILE(GLOB Eigen_Polynomials_SRCS "*.h")
      2 
      3 INSTALL(FILES
      4   ${Eigen_Polynomials_SRCS}
      5   DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Polynomials COMPONENT Devel
      6   )
      7