mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
9 lines
148 B
CMake
9 lines
148 B
CMake
|
|
set(Eigen_HEADERS AdolcForward)
|
||
|
|
|
||
|
|
install(FILES
|
||
|
|
${Eigen_HEADERS}
|
||
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen
|
||
|
|
)
|
||
|
|
|
||
|
|
add_subdirectory(src)
|