summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent/ManualSourceDirectoryMissing.cmake
blob: 0e24c1a1cb801dcfa0d355017261eb8958f2dee2 (plain)
1
2
3
4
5
6
7
8
include(FetchContent)

FetchContent_Declare(
  WithProject
  SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/WithProject
)

FetchContent_MakeAvailable(WithProject)