mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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)
|
||
|
|
|