Sign in
eigen
/
mirror
/
e206f8d4a401fe2060bada4d4b5d92e3bf3b561c
/
.
/
unsupported
/
CMakeLists.txt
blob: 9a5666105a95bfac9c18c2913f14ad74d998162b [
file
]
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()