aboutsummaryrefslogtreecommitdiff
path: root/Eigen/src/plugins/CMakeLists.txt
blob: 1a1d3ffbd724d17e161c40c48ac56c8b1aeb2e1f (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_plugins_SRCS "*.h")

INSTALL(FILES
  ${Eigen_plugins_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/plugins COMPONENT Devel
  )