mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-22 17:46:08 -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()
|