aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/src/NumericalDiff/CMakeLists.txt
blob: 1199aca2f7073703a946344a922e0adec1e22b3e (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_NumericalDiff_SRCS "*.h")

INSTALL(FILES
  ${Eigen_NumericalDiff_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NumericalDiff COMPONENT Devel
  )