Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d69b28f869973fa42f8f52263308e8564ea6dd73
/
.
/
Tests
/
RunCMake
/
FetchContent
/
ManualSourceDirectory.cmake
blob: 83fcc4b4253147a8677c3eeed96776b0c94a5d76 [
file
]
include
(
FetchContent
)
FetchContent_Declare
(
WithProject
SOURCE_DIR $
{
CMAKE_CURRENT_LIST_DIR
}/
ADirThatDoesNotExist
)
FetchContent_MakeAvailable
(
WithProject
)