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()
|