aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.md
diff options
context:
space:
mode:
authorJuan Ramos <[email protected]>2023-01-11 14:45:20 -0700
committerJuan Ramos <[email protected]>2023-01-11 14:49:54 -0700
commit7ecb09e4109a3408186f6cde2237f4742f811dc0 (patch)
treed6b2907c9d3fa0901c048811579d716ceccee92e /BUILD.md
parentab48b9b20da5296c9d77756a3d8de4677d4c1fe2 (diff)
downloadVulkan-Headers-7ecb09e4109a3408186f6cde2237f4742f811dc0.tar.gz
Vulkan-Headers-7ecb09e4109a3408186f6cde2237f4742f811dc0.zip
docs: Streamline CMake docs
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD.md b/BUILD.md
index 41c9b30..3dad776 100644
--- a/BUILD.md
+++ b/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)