summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-09-27 05:12:07 +0200
committerJoshua Vandaƫle <joshua@vandaele.software>2025-09-27 08:56:10 +0200
commitcdfb389509b560b4a70661571d12edcebfb77fdf (patch)
tree1f55476ecef1fafdad01bcfa020343a294c6eb2d /Source/Core/VideoBackends/Vulkan
parentba2acb872c294a7a01f8d24cd2a8cd9f4ec6f73a (diff)
Externals: Update glslang to 16.0.0 and allow using system glslang
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan')
-rw-r--r--Source/Core/VideoBackends/Vulkan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/CMakeLists.txt b/Source/Core/VideoBackends/Vulkan/CMakeLists.txt
index c4fbd847e1..c717488c83 100644
--- a/Source/Core/VideoBackends/Vulkan/CMakeLists.txt
+++ b/Source/Core/VideoBackends/Vulkan/CMakeLists.txt
@@ -44,7 +44,7 @@ PUBLIC
PRIVATE
# Link against glslang, the other necessary libraries are referenced by the executable.
- glslang
+ glslang::glslang
xxhash::xxhash
)