mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-30 16:52:01 +08:00
7 lines
165 B
CMake
7 lines
165 B
CMake
FILE(GLOB Eigen_AutoDiff_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_AutoDiff_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/AutoDiff COMPONENT Devel
|
|
)
|