1 2 3 4 5 6 7 8 9
add_subdirectory(Eigen) add_subdirectory(doc) if(EIGEN_BUILD_TESTS) add_subdirectory(test) endif(EIGEN_BUILD_TESTS)