godot/modules/openxr/editor/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
199 B
Text
Raw Normal View History

2022-03-17 10:24:47 +11:00
#!/usr/bin/env python
from misc.utility.scons_hints import *
2022-03-17 10:24:47 +11:00
Import("env")
Import("env_openxr")
2022-03-17 10:24:47 +11:00
module_obj = []
env_openxr.add_source_files(module_obj, "*.cpp")
env.modules_sources += module_obj