mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* start of the Geometry module with a cross product and quaternion expressions
(haven't tried them yet) * applied the meta selector rule to MatrixBase::swap()
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FILE(GLOB Eigen_ARRAY_SRCS "*.h")
|
||||
FILE(GLOB Eigen_Array_SRCS "*.h")
|
||||
|
||||
INSTALL(FILES
|
||||
${Eigen_ARRAY_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/ARRAY
|
||||
${Eigen_Array_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Array
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user