From e92f59e2d4c79f2391d775be6fd735de153fbf3b Mon Sep 17 00:00:00 2001 From: iwubcode Date: Fri, 31 May 2024 23:08:39 -0500 Subject: [PATCH] Common: add JsonUtil cpp which was missed initially --- Source/Core/Common/CMakeLists.txt | 1 + Source/Core/DolphinLib.props | 1 + 2 files changed, 2 insertions(+) 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 @@ +