From 3fc8cda5455b5a608bbb9024536fee3d78fe09fe Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Thu, 23 Apr 2026 11:43:52 +0300 Subject: [PATCH] fix?: include 4jlibs headers --- Minecraft.Client/cmake/sources/Windows.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/cmake/sources/Windows.cmake b/Minecraft.Client/cmake/sources/Windows.cmake index 63bd2309..4eb76361 100644 --- a/Minecraft.Client/cmake/sources/Windows.cmake +++ b/Minecraft.Client/cmake/sources/Windows.cmake @@ -355,7 +355,7 @@ set(_MINECRAFT_CLIENT_WINDOWS_PLATFORM_LIBS_DEV_STORAGE "${CMAKE_CURRENT_SOURCE_DIR}/Windows64/4JLibs/impls/Windows_Libs/Storage/src/STO_SaveGame.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/Windows64/4JLibs/impls/Windows_Libs/Storage/inc/STO_SaveGame.h" ) -source_group("Windows64/4JLibs/impls/Windows_Libs/Storage/src" FILES ${_MINECRAFT_CLIENT_WINDOWS_PLATFORM_LIBS_DEV_STORAGE}) +source_group("Windows64/4JLibs/impls/Windows_Libs/Storage/inc" FILES ${_MINECRAFT_CLIENT_WINDOWS_PLATFORM_LIBS_DEV_STORAGE}) set(_MINECRAFT_CLIENT_WINDOWS_WINDOWS "${CMAKE_CURRENT_SOURCE_DIR}/Xbox/MinecraftWindows.rc"