mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
92480ffd26
* remove EIGEN_BUILD_TESTS and siblings * add summary at the end of cmake run, hopefully not too verbose * fix build of quaternion demo * kill remnants of old binary library option
4 lines
103 B
CMake
4 lines
103 B
CMake
add_subdirectory(Eigen)
|
|
add_subdirectory(doc EXCLUDE_FROM_ALL)
|
|
add_subdirectory(test EXCLUDE_FROM_ALL)
|