celestia/thirdparty/Eigen/Eigen/src/LeastSquares/CMakeLists.txt

7 lines
150 B
CMake

FILE(GLOB Eigen_LeastSquares_SRCS "*.h")
INSTALL(FILES
${Eigen_LeastSquares_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/LeastSquares
)