mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +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
116 B
CMake
9 lines
116 B
CMake
|
|
add_subdirectory(Eigen)
|
|
|
|
if(EIGEN_BUILD_TESTS)
|
|
include(CTest)
|
|
add_subdirectory(test)
|
|
endif(EIGEN_BUILD_TESTS)
|
|
|