Sign in
eigen
/
mirror
/
3012e755e92d3b3f01f8e7753b5e71cbeaaa40df
/
.
/
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()