Sign in
third-party-mirror
/
eigen
/
161b7a52c37e6a555081a9cf5f1d4bbebee4e5b4
/
.
/
unsupported
/
CMakeLists.txt
blob: 9a5666105a95bfac9c18c2913f14ad74d998162b [
file
] [
log
] [
blame
]
add_subdirectory(Eigen)
add_subdirectory(doc EXCLUDE_FROM_ALL)
if(BUILD_TESTING)
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
else()
add_subdirectory(test EXCLUDE_FROM_ALL)
endif()
endif()