From a8390a1be33cd2b13c7d3f62a8f4c3161bbcb144 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Fri, 1 May 2026 20:18:11 +0300 Subject: [PATCH] fix(server): More CMake entries --- Minecraft.Server/cmake/sources/Common.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minecraft.Server/cmake/sources/Common.cmake b/Minecraft.Server/cmake/sources/Common.cmake index 4ac0261b..54438f86 100644 --- a/Minecraft.Server/cmake/sources/Common.cmake +++ b/Minecraft.Server/cmake/sources/Common.cmake @@ -252,6 +252,8 @@ set(_MINECRAFT_SERVER_COMMON_ROOT "${_MS_SRC}/../Minecraft.Client/Common/UI/UIControl_AchievementsList.h" "${_MS_SRC}/../Minecraft.Client/Common/UI/IUIScene_ClassicCraftingMenu.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/IUIScene_ClassicCraftingMenu.h" + "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_ClassicCraftingMenu.cpp" + "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_ClassicCraftingMenu.h" "${_MS_SRC}/../Minecraft.Client/Common/UI/UIString.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/UITTFFont.cpp" "${_MS_SRC}/../Minecraft.Client/Common/zlib/adler32.c"