From 3dce71ef321499bf63be98111ab04e7f0773f6a1 Mon Sep 17 00:00:00 2001 From: GuglioIsStupid Date: Mon, 2 Mar 2026 19:04:36 -0500 Subject: Copy assets fix (#207) * Update CopyAssets to ignore source files and only copy used files. * Forgot the debug copy assets * Remove leftovers from testing * Fix ClientSources.cmake to include WinsockNetLayer.cpp * Ignore xml and lang files in output, also remove Layout directory as it only includes a useless binary * Debug & Release use the same file structure --- cmake/ClientSources.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/ClientSources.cmake') diff --git a/cmake/ClientSources.cmake b/cmake/ClientSources.cmake index f56b7ef0..c75b3bf3 100644 --- a/cmake/ClientSources.cmake +++ b/cmake/ClientSources.cmake @@ -476,6 +476,7 @@ set(MINECRAFT_CLIENT_SOURCES "Windows64/Windows64_App.cpp" "Windows64/Windows64_Minecraft.cpp" "Windows64/Windows64_UIController.cpp" + "Windows64/Network/WinsockNetLayer.cpp" "WitchModel.cpp" "WitchRenderer.cpp" "WitherBossModel.cpp" -- cgit v1.2.3