Files
eigen/Eigen/src/SparseLU/CMakeLists.txt
Desire NUENTSA f8a0745cb0 Build process...
2012-06-13 18:26:05 +02:00

7 lines
153 B
CMake

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