aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/CMakeLists.txt
blob: 3fbab502c12cb4d5f8ad50792ba38b44e05f5d1e (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_NonLinear_SRCS "*.h")

INSTALL(FILES
  ${Eigen_NonLinear_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NonLinear COMPONENT Devel
  )