mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-02 17:38:37 -04:00
6 lines
165 B
CMake
6 lines
165 B
CMake
if (NOT TARGET SPIRV-Headers::SPIRV-Headers)
|
|
if (TARGET SPIRV-Headers)
|
|
add_library(SPIRV-Headers::SPIRV-Headers ALIAS SPIRV-Headers)
|
|
endif()
|
|
endif()
|