Sign in
chromium
/
external
/
gitlab.com
/
libeigen
/
eigen
/
refs/tags/upstream/3.3.8
/
.
/
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
()