summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJuan Ramos <[email protected]>2023-01-09 16:12:28 -0700
committerJuan Ramos <[email protected]>2023-01-09 17:01:08 -0700
commit5eeb2c4c570ce92f5f48bf667e39e9d4da2ef13a (patch)
treeadeb1a96431a93c8717315b813e315ef7c6a5f25 /README.md
parent18963a6cc03fe15e3785d353dea6a1ff95115a5e (diff)
downloadVulkan-Headers-5eeb2c4c570ce92f5f48bf667e39e9d4da2ef13a.tar.gz
Vulkan-Headers-5eeb2c4c570ce92f5f48bf667e39e9d4da2ef13a.zip
cmake: Remove Vulkan::Registry
Vulkan::Registry behaves differently in `add_subdirectory` vs `find_package` builds. Which can result in build failures. Also Vulkan::Registry never made sense as a CMake target and was very brittle in numerous ways. Better to provide a `VULKAN_HEADERS_REGISTRY_DIRECTORY` to users instead and remove Vulkan::Registry completely. closes #351
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5a8113..5a08f3b 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Files in this repository originate from:
* BUILD.gn
* BUILD.md
+* cmake/
* CMakeLists.txt
* tests/*
* CODE_OF_CONDUCT.md