mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-09 14:37:00 +00:00
cmake: fix config file
This commit is contained in:
parent
ad5f8ee975
commit
ec8b07b395
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/VulkanHeadersTargets.cmake")
|
||||
if (NOT TARGET Vulkan::Headers)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/VulkanHeadersTargets.cmake")
|
||||
endif()
|
||||
|
||||
set(VULKAN_HEADERS_REGISTRY_DIRECTORY "@PACKAGE_VULKAN_HEADERS_REGISTRY_DIRECTORY@")
|
||||
|
|
Loading…
Add table
Reference in a new issue