mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 14:29:07 -07:00
docs: Streamline CMake docs
This commit is contained in:
parent
ab48b9b20d
commit
7ecb09e410
1 changed files with 0 additions and 4 deletions
4
BUILD.md
4
BUILD.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue