mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
11 lines
416 B
CMake
11 lines
416 B
CMake
FILE(GLOB Eigen_SpecialFunctions_SRCS "*.h")
|
|
INSTALL(FILES
|
|
${Eigen_SpecialFunctions_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SpecialFunctions COMPONENT Devel
|
|
)
|
|
|
|
FILE(GLOB Eigen_SpecialFunctions_arch_CUDA_SRCS "arch/CUDA/*.h")
|
|
INSTALL(FILES
|
|
${Eigen_SpecialFunctions_arch_CUDA_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SpecialFunctions/arch/CUDA COMPONENT Devel
|
|
) |