mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
7 lines
172 B
CMake
7 lines
172 B
CMake
FILE(GLOB Eigen_UmfPackSupport_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_UmfPackSupport_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/UmfPackSupport COMPONENT Devel
|
|
)
|