mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-17 10:31:28 +08:00
7 lines
186 B
CMake
7 lines
186 B
CMake
FILE(GLOB Eigen_MatrixFunctions_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_MatrixFunctions_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/MatrixFunctions COMPONENT Devel
|
|
)
|