CMake: Fix bundled glslang

This commit is contained in:
TellowKrinkle
2025-10-24 22:56:46 -05:00
parent a2913abeb9
commit d404805b7f
5 changed files with 4 additions and 14 deletions
@@ -12,8 +12,6 @@ PUBLIC
common
videocommon
spirv_cross
PRIVATE
glslang::glslang
)
if(MSVC)
@@ -35,7 +35,6 @@ PUBLIC
videocommon
PRIVATE
spirv_cross
glslang::glslang
${FOUNDATION_LIBRARY}
${METAL_LIBRARY}
${QUARTZCORE_LIBRARY}
@@ -43,8 +43,6 @@ PUBLIC
videocommon
PRIVATE
# Link against glslang, the other necessary libraries are referenced by the executable.
glslang::glslang
xxhash::xxhash
)
+2 -1
View File
@@ -218,13 +218,14 @@ add_library(videocommon
target_link_libraries(videocommon
PUBLIC
core
glslang::glslang
PRIVATE
fmt::fmt
spng::spng
xxhash::xxhash
imgui
implot
glslang::glslang
glslang::SPIRV
tinygltf
)