diff --git a/Minecraft.Server/cmake/sources/Common.cmake b/Minecraft.Server/cmake/sources/Common.cmake index 64ef9f02..4ac0261b 100644 --- a/Minecraft.Server/cmake/sources/Common.cmake +++ b/Minecraft.Server/cmake/sources/Common.cmake @@ -250,6 +250,8 @@ set(_MINECRAFT_SERVER_COMMON_ROOT "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_AchievementsMenu.h" "${_MS_SRC}/../Minecraft.Client/Common/UI/UIControl_AchievementsList.cpp" "${_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/UIString.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/UITTFFont.cpp" "${_MS_SRC}/../Minecraft.Client/Common/zlib/adler32.c"