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