mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
9 lines
153 B
CMake
9 lines
153 B
CMake
include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
WithProject
|
|
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/WithProject
|
|
)
|
|
|
|
FetchContent_MakeAvailable(WithProject)
|