mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
4bb5221d22
(I thought I committed it a week ago but it seems the command failed)
10 lines
122 B
CMake
10 lines
122 B
CMake
|
|
add_subdirectory(Eigen)
|
|
|
|
add_subdirectory(doc)
|
|
|
|
if(EIGEN_BUILD_TESTS)
|
|
add_subdirectory(test)
|
|
endif(EIGEN_BUILD_TESTS)
|
|
|