diff options
author | Juan Ramos <[email protected]> | 2023-01-11 14:45:20 -0700 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-01-11 14:49:54 -0700 |
commit | 7ecb09e4109a3408186f6cde2237f4742f811dc0 (patch) | |
tree | d6b2907c9d3fa0901c048811579d716ceccee92e /BUILD.md | |
parent | ab48b9b20da5296c9d77756a3d8de4677d4c1fe2 (diff) | |
download | Vulkan-Headers-7ecb09e4109a3408186f6cde2237f4742f811dc0.tar.gz Vulkan-Headers-7ecb09e4109a3408186f6cde2237f4742f811dc0.zip |
docs: Streamline CMake docs
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |