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