Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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
)