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

7 lines
153 B
CMake
Raw Normal View History

2012-06-13 18:26:05 +02:00
FILE(GLOB Eigen_SparseLU_SRCS "*.h")
INSTALL(FILES
${Eigen_SparseLU_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseLU COMPONENT Devel
)