git-subtree-dir: engine git-subtree-mainline:b74841629egit-subtree-split:a8e37fc010
11 lines
199 B
Python
11 lines
199 B
Python
#!/usr/bin/env python
|
|
from misc.utility.scons_hints import *
|
|
|
|
Import("env")
|
|
Import("env_openxr")
|
|
|
|
module_obj = []
|
|
|
|
env_openxr.add_source_files(module_obj, "*.cpp")
|
|
|
|
env.modules_sources += module_obj
|