diff options
| author | GuglioIsStupid <guglioisbusiness@gmail.com> | 2026-03-05 16:50:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 15:50:27 -0600 |
| commit | a0b2fe885d35bf653203fb02a8fc347de092bfc7 (patch) | |
| tree | f830e5f3c2525219dbbbdafc7407339b857452cc /cmake | |
| parent | cd3bb89317d2997bc69dbd29aec67c161471eea3 (diff) | |
Fix compiling with cmake (#619)
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/ClientSources.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/ClientSources.cmake b/cmake/ClientSources.cmake index c75b3bf3..eb5dc5a6 100644 --- a/cmake/ClientSources.cmake +++ b/cmake/ClientSources.cmake @@ -472,6 +472,7 @@ set(MINECRAFT_CLIENT_SOURCES "WaterDropParticle.cpp" "Windows64/Iggy/gdraw/gdraw_d3d11.cpp" "Windows64/KeyboardMouseInput.cpp" + "Windows64/PostProcesser.cpp" "Windows64/Leaderboards/WindowsLeaderboardManager.cpp" "Windows64/Windows64_App.cpp" "Windows64/Windows64_Minecraft.cpp" |
