docs: Streamline CMake docs

This commit is contained in:
Juan Ramos 2023-01-11 14:45:20 -07:00 committed by Juan Ramos
parent ab48b9b20d
commit 7ecb09e410

View file

@ -31,10 +31,6 @@ indicated by *install_dir*:
## Usage in CMake
The library provides a Config file for CMake, once installed it can be found via `find_package`.
Which, when successful, will create the header only library `Vulkan::Headers` which you can use via the usual `target_link_libraries` mechanism.
```cmake
find_package(VulkanHeaders REQUIRED CONFIG)