mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-17 18:41:31 +08:00

- vector to vector assign - PartialRedux - Vectorization criteria of Product - returned type of normalized - SSE integer mul
8 lines
148 B
CMake
8 lines
148 B
CMake
FILE(GLOB Eigen_Core_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_Core_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core
|
|
)
|
|
|
|
ADD_SUBDIRECTORY(util) |