From 240a7e91a6c63ee6b0ce38951c8b3af31b307ce7 Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Wed, 4 Mar 2026 21:55:24 +0100 Subject: [PATCH] uncomment those thx --- Minecraft.Client/Build/CMakeLists.txt | 13 ++++--------- Minecraft.World/Build/CMakeLists.txt | 4 ++-- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/Minecraft.Client/Build/CMakeLists.txt b/Minecraft.Client/Build/CMakeLists.txt index 44abb4eef..805ee5739 100644 --- a/Minecraft.Client/Build/CMakeLists.txt +++ b/Minecraft.Client/Build/CMakeLists.txt @@ -1,12 +1,7 @@ set(PROJECT_NAME Minecraft.Client) ################################################################################ -# Source groups# Source - https://stackoverflow.com/a/179147 -# Posted by EfForEffort, modified by community. See post 'Timeline' for change history -# Retrieved 2026-03-04, License - CC BY-SA 4.0 - -git commit --amend -m "New commit message" - +# Source groups ################################################################################ set(no_group_source_files "ClassDiagram.cd" @@ -39,7 +34,7 @@ source_group("Common\\Source Files" FILES ${Common__Source_Files}) set(Common__Source_Files__Audio "Common/Audio/Consoles_SoundEngine.cpp" "Common/Audio/Consoles_SoundEngine.h" -# "Common/Audio/SoundEngine.cpp" + "Common/Audio/SoundEngine.cpp" "Common/Audio/SoundEngine.h" "Common/Audio/SoundNames.cpp" ) @@ -180,8 +175,8 @@ set(Common__Source_Files__Network "Common/Network/GameNetworkManager.h" "Common/Network/NetworkPlayerInterface.h" "Common/Network/PlatformNetworkManagerInterface.h" -# "Common/Network/PlatformNetworkManagerStub.cpp" -# "Common/Network/PlatformNetworkManagerStub.h" + "Common/Network/PlatformNetworkManagerStub.cpp" + "Common/Network/PlatformNetworkManagerStub.h" "Common/Network/SessionInfo.h" "../Network Implementation Notes.txt" ) diff --git a/Minecraft.World/Build/CMakeLists.txt b/Minecraft.World/Build/CMakeLists.txt index b0f613c8e..845d05422 100644 --- a/Minecraft.World/Build/CMakeLists.txt +++ b/Minecraft.World/Build/CMakeLists.txt @@ -5,8 +5,8 @@ set(PROJECT_NAME Minecraft.World) ################################################################################ set(ConsoleHelpers "../Util/ArrayWithLength.h" -# "C4JThread.cpp" -# "C4JThread.h" + "../Util/C4JThread.cpp" + "../Util/C4JThread.h" "../Util/Definitions.h" "../Util/HashExtension.h" "../Util/PerformanceTimer.cpp"