From 35acf52f2dc22848107df5367481fe60e3b333f5 Mon Sep 17 00:00:00 2001 From: Soggy_Pancake <54160598+Soggy-Pancake@users.noreply.github.com> Date: Sat, 21 Mar 2026 23:29:03 -0700 Subject: [PATCH] Add bit7z include to Minecraft.World --- Minecraft.World/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Minecraft.World/CMakeLists.txt b/Minecraft.World/CMakeLists.txt index e397bf292..1aa7e8067 100644 --- a/Minecraft.World/CMakeLists.txt +++ b/Minecraft.World/CMakeLists.txt @@ -18,6 +18,7 @@ target_include_directories(Minecraft.World "${CMAKE_BINARY_DIR}/generated/" "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_SOURCE_DIR}/include/" + "${CMAKE_CURRENT_SOURCE_DIR}/Common/libs/bit7z/include" PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/x64headers" )