CMakeLists.txt 172 Bytes
Newer Older
Don Gagne's avatar
Don Gagne committed
1 2 3 4 5 6
FILE(GLOB Eigen_SuperLUSupport_SRCS "*.h")

INSTALL(FILES 
  ${Eigen_SuperLUSupport_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SuperLUSupport COMPONENT Devel
  )