mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-23 21:17:48 +08:00
9 lines
177 B
CMake
9 lines
177 B
CMake
FILE(GLOB Eigen_Geometry_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_Geometry_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Geometry COMPONENT Devel
|
|
)
|
|
|
|
ADD_SUBDIRECTORY(arch)
|