Files
eigen/Eigen/src/SparseQR/CMakeLists.txt

7 lines
154 B
CMake
Raw Normal View History

2013-01-12 09:32:51 +01:00
FILE(GLOB Eigen_SparseQR_SRCS "*.h")
INSTALL(FILES
2013-01-12 09:32:51 +01:00
${Eigen_SparseQR_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseQR/ COMPONENT Devel
)