1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/mobile_vr/SCsub
2024-09-25 09:34:35 -05:00

10 lines
197 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
Import("env_modules")
env_mobile_vr = env_modules.Clone()
env_mobile_vr.add_source_files(env.modules_sources, "*.cpp")