aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LeastSquares/CMakeLists.txt
blob: 89ccca542791d84d84b759666f6d6bbab7fa7988 (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_LeastSquares_SRCS "*.h")

INSTALL(FILES 
  ${Eigen_LeastSquares_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/LeastSquares COMPONENT Devel
  )