summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2025-10-05 15:38:43 -0700
committerDentomologist <dentomologist@gmail.com>2025-10-05 15:38:43 -0700
commitff45bfbcdce3a836fb9a68eb8df0bf3a10bfaf2d (patch)
treeb88e9f5a0748161d578d9ed5da831634e2f4df00 /Source/Core
parent9c97498f4b2982221faf17e0cf97af43a6fa0984 (diff)
Visual Studio: Fix DolphinNoGUI build
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj b/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj
index b7569a88c5..7c11dac0dd 100644
--- a/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj
+++ b/Source/Core/DolphinNoGUI/DolphinNoGUI.vcxproj
@@ -34,6 +34,7 @@
</ItemGroup>
<Import Project="$(ExternalsDir)cpp-optparse\exports.props" />
<Import Project="$(ExternalsDir)fmt\exports.props" />
+ <Import Project="$(ExternalsDir)glslang\exports.props" />
<ItemGroup>
<ClCompile Include="MainNoGUI.cpp" />
<ClCompile Include="Platform.cpp" />