mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
7 lines
137 B
CMake
7 lines
137 B
CMake
|
|
FILE(GLOB Eigen_Geometry_SRCS "*.h")
|
||
|
|
|
||
|
|
INSTALL(FILES
|
||
|
|
${Eigen_Geometry_SRCS}
|
||
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Geometry
|
||
|
|
)
|