mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-06 14:14:46 +08:00
7 lines
172 B
CMake
7 lines
172 B
CMake
FILE(GLOB Eigen_PardisoSupport_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_PardisoSupport_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/PardisoSupport COMPONENT Devel
|
|
)
|