mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-25 06:14:26 +08:00
9 lines
168 B
CMake
9 lines
168 B
CMake
set(Eigen_HEADERS IterativeSolvers)
|
|
|
|
install(FILES
|
|
${Eigen_HEADERS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
|
|
)
|
|
|
|
add_subdirectory(src)
|