Files
eigen/unsupported/Eigen/src/SVD/CMakeLists.txt

7 lines
149 B
CMake

FILE(GLOB Eigen_SVD_SRCS "*.h")
INSTALL(FILES
${Eigen_SVD_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}unsupported/Eigen/src/SVD COMPONENT Devel
)