mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 23:51:24 +00:00
9 lines
158 B
Text
9 lines
158 B
Text
|
|
#!/usr/bin/env python
|
||
|
|
|
||
|
|
Import('env')
|
||
|
|
Import('env_modules')
|
||
|
|
|
||
|
|
env_mobile_vr = env_modules.Clone()
|
||
|
|
|
||
|
|
env_mobile_vr.add_source_files(env.modules_sources, '*.cpp')
|