summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2024-05-31 23:08:39 -0500
committeriwubcode <iwubcode@users.noreply.github.com>2024-05-31 23:08:39 -0500
commite92f59e2d4c79f2391d775be6fd735de153fbf3b (patch)
tree59ea58b6efacf4514c3bb4c98dd4bfe458f72e00 /Source/Core
parentd494059164ef1ac47c1efc899cd2c571e42ef6a0 (diff)
Common: add JsonUtil cpp which was missed initially
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/CMakeLists.txt1
-rw-r--r--Source/Core/DolphinLib.props1
2 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index af48ba7e13..dd71f8b967 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -87,6 +87,7 @@ add_library(common
JitRegister.cpp
JitRegister.h
JsonUtil.h
+ JsonUtil.cpp
Lazy.h
LinearDiskCache.h
Logging/ConsoleListener.h
diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props
index beec3e9a2d..e18d83375b 100644
--- a/Source/Core/DolphinLib.props
+++ b/Source/Core/DolphinLib.props
@@ -813,6 +813,7 @@
<ClCompile Include="Common\IniFile.cpp" />
<ClCompile Include="Common\IOFile.cpp" />
<ClCompile Include="Common\JitRegister.cpp" />
+ <ClCompile Include="Common\JsonUtil.cpp" />
<ClCompile Include="Common\LdrWatcher.cpp" />
<ClCompile Include="Common\Logging\ConsoleListenerWin.cpp" />
<ClCompile Include="Common\Logging\LogManager.cpp" />