blob: 741b6d369cd6e8a39d6f6a7571a2ff18653656ac [file] [log] [blame]
include(FetchContent)
FetchContent_Declare(
t1
URL ${CMAKE_CURRENT_LIST_DIR}/dummyFile.txt
DOWNLOAD_NO_EXTRACT YES
)
FetchContent_Populate(t1)