mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 15:24:34 +00:00
Add include(FetchContent)
to readme
This commit is contained in:
parent
ac945e8aa3
commit
81f5b31cb3
@ -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.
|
If cmake 3.12 is available, use the FetchContent capability of cmake to directly download and build the library for you.
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
|
include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
fetch_vk_bootstrap
|
fetch_vk_bootstrap
|
||||||
GIT_REPOSITORY https://github.com/charles-lunarg/vk-bootstrap
|
GIT_REPOSITORY https://github.com/charles-lunarg/vk-bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user