added files from pr

This commit is contained in:
JuiceyDev
2026-03-10 09:18:20 +01:00
parent 2464d27749
commit 1c67f134b2
9 changed files with 539 additions and 740 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ client = executable('Minecraft.Client',
world_dep,
gl_dep,
glu_dep,
glfw_dep,
thread_dep,
thread_dep,
dl_dep,
dependency('zlib'),
@@ -80,10 +80,10 @@ custom_target('copy_assets_to_client',
command : [
python, meson.project_source_root() / 'scripts/copy_assets_to_client.py',
meson.project_source_root(),
meson.project_build_root(),
meson.build_root(),
meson.current_build_dir(),
'@INPUT1@',
'@OUTPUT@',
],
build_by_default: true,
)
)