Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b554dfffd7e4eacce2b88f384bb548761ada4930
/
.
/
Tests
/
RunCMake
/
FetchContent
/
ExcludeFromAll.cmake
blob: 376f2eb003f461b52ac2230f4f6dae2d27f50f45 [
file
]
enable_language
(
C
)
include
(
FetchContent
)
FetchContent_Declare
(
ExcludeFromAll
SOURCE_DIR $
{
CMAKE_CURRENT_LIST_DIR
}/
ExcludeFromAll
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable
(
ExcludeFromAll
)