mirror of
https://github.com/godotengine/godot
synced 2024-11-02 08:53:46 +00:00
11 lines
160 B
Text
11 lines
160 B
Text
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
Import("env_openxr")
|
||
|
|
||
|
module_obj = []
|
||
|
|
||
|
env_openxr.add_source_files(module_obj, "*.cpp")
|
||
|
|
||
|
env.modules_sources += module_obj
|