Vulkan: Fix compilation on Linux.

ShaderC was missing and is required for compilation.
This commit is contained in:
Jeroen Bakker 2023-01-31 09:23:21 +01:00
parent d8cd8a0852
commit d44d165e8a
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ find_package_wrapper(Epoxy REQUIRED)
if(WITH_VULKAN_BACKEND)
find_package_wrapper(Vulkan REQUIRED)
find_package_wrapper(ShaderC REQUIRED)
endif()
function(check_freetype_for_brotli)