mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fully optimized. * Even if LargeBit is set, only parallelize for large enough objects (controlled by EIGEN_PARALLELIZATION_TRESHOLD).
7 lines
120 B
CMake
7 lines
120 B
CMake
FILE(GLOB Eigen_LU_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_LU_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/LU
|
|
)
|