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