Skip to content

ext_external_objects: made libvulkan dependency optional

Eleni Maria Stea requested to merge (removed):review/fix-vulkan-dep into master

Tests in ext_external_objects require Vulkan, but Vulkan may not be available on Windows. Therefore, we made Vulkan optional to avoid breaking the build on platforms other than Linux.

Merge request reports