Files
eigen/Eigen/src/SPQRSupport/CMakeLists.txt
2012-11-12 15:20:37 +01:00

7 lines
163 B
CMake

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