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
|
## 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
|
```cmake
|
||||||
find_package(VulkanHeaders REQUIRED CONFIG)
|
find_package(VulkanHeaders REQUIRED CONFIG)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue