summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parentba2acb872c294a7a01f8d24cd2a8cd9f4ec6f73a (diff)
Externals: Update glslang to 16.0.0 and allow using system glslang
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c277e2a10a..7febb80846 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -651,7 +651,7 @@ dolphin_find_optional_system_library_pkgconfig(FMT
add_subdirectory(Externals/imgui)
add_subdirectory(Externals/implot)
-add_subdirectory(Externals/glslang)
+dolphin_find_optional_system_library(glslang Externals/glslang 15.0)
# SPIRV-Cross is used on Windows for GLSL to HLSL conversion for the Direct3D 11 and Direct3D 12
# video backends, and on Apple devices for the Metal video backend.
if(WIN32 OR APPLE)