mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
11 lines
160 B
Python
11 lines
160 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
Import("env_openxr")
|
|
|
|
module_obj = []
|
|
|
|
env_openxr.add_source_files(module_obj, "*.cpp")
|
|
|
|
env.modules_sources += module_obj
|