diff options
| author | isaiah <isaiahjclark21@gmail.com> | 2026-03-01 15:07:50 -0700 |
|---|---|---|
| committer | isaiah <isaiahjclark21@gmail.com> | 2026-03-01 15:47:31 -0700 |
| commit | 5109b8c07a8c47ead95a9db3755e40176a96a7a4 (patch) | |
| tree | d0c491b11fab783544b2d0a864479f13f9baca02 /.gitignore | |
| parent | 4576e46e7ff0dcc985d38943d371badc6c332449 (diff) | |
Add CMake build system and source files for Minecraft Client
- Created Compile.md with detailed instructions for building the project using Visual Studio and CMake.
- Added ClientSources.cmake to define the source files for the Minecraft Client.
- Implemented CopyAssets.cmake to handle asset copying during the build process.
- Introduced WorldSources.cmake to list the source files for Minecraft world functionalities.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -422,3 +422,5 @@ Minecraft.World/Debug/ Minecraft.World/x64_Debug/ Minecraft.World/Release/ Minecraft.World/x64_Release/ + +build/*
\ No newline at end of file |
