diff --git a/Minecraft.Server/cmake/sources/Common.cmake b/Minecraft.Server/cmake/sources/Common.cmake index 25773d33..43f3d8a8 100644 --- a/Minecraft.Server/cmake/sources/Common.cmake +++ b/Minecraft.Server/cmake/sources/Common.cmake @@ -246,6 +246,10 @@ set(_MINECRAFT_SERVER_COMMON_ROOT "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_TradingMenu.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_TrialExitUpsell.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_BookAndQuillMenu.cpp" + "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_AchievementsMenu.cpp" + "${_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/UIString.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/UITTFFont.cpp" "${_MS_SRC}/../Minecraft.Client/Common/zlib/adler32.c"