mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit.
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)
|