From 81f5b31cb350ff7a52d76aa94f3771dbb475ae96 Mon Sep 17 00:00:00 2001 From: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> Date: Sat, 9 Jan 2021 21:49:58 -0700 Subject: [PATCH] Add `include(FetchContent)` to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a20956c..d5445cc 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ target_link_libraries(your_application_name vk-bootstrap) If cmake 3.12 is available, use the FetchContent capability of cmake to directly download and build the library for you. ```cmake +include(FetchContent) FetchContent_Declare( fetch_vk_bootstrap GIT_REPOSITORY https://github.com/charles-lunarg/vk-bootstrap