Add dummy SPIRV-HeadersConfig.cmake for sirit

This commit is contained in:
Collecting
2026-02-14 17:21:08 -05:00
parent 4b4f915d7c
commit 48f5163431
4 changed files with 19 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
if (NOT TARGET SPIRV-Headers::SPIRV-Headers)
if (TARGET SPIRV-Headers)
add_library(SPIRV-Headers::SPIRV-Headers ALIAS SPIRV-Headers)
endif()
endif()