additional lib for vulkan

This commit is contained in:
2025-03-22 14:52:39 +01:00
parent 648fc887d6
commit e991d069fe
1067 changed files with 654174 additions and 144384 deletions

View File

@@ -0,0 +1,5 @@
include(CMakeFindDependencyMacro)
find_dependency(SPIRV-Tools)
include(${CMAKE_CURRENT_LIST_DIR}/SPIRV-Tools-optTargets.cmake)
set(SPIRV-Tools-opt_LIBRARIES SPIRV-Tools-opt)
get_target_property(SPIRV-Tools-opt_INCLUDE_DIRS SPIRV-Tools-opt INTERFACE_INCLUDE_DIRECTORIES)