Allow to compile the engine without XR support

This commit is contained in:
Michael Alexsander
2025-02-24 20:37:51 -03:00
parent cc7a951140
commit aea559b39a
33 changed files with 77 additions and 57 deletions

View File

@@ -343,6 +343,7 @@ def generate_scu_files(max_includes_per_scu):
process_folder(["scene/3d"])
process_folder(["scene/3d/physics"])
process_folder(["scene/3d/physics/joints"])
process_folder(["scene/3d/xr"])
process_folder(["scene/animation"])
process_folder(["scene/gui"])
process_folder(["scene/main"])