threed-beam-fea/ext/eigen-3.2.9/Eigen/src/CholmodSupport/CMakeLists.txt

7 lines
172 B
CMake

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