2017-09-28 12:15:21 +00:00
|
|
|
#!/usr/bin/env python
|
2024-06-11 20:19:07 +00:00
|
|
|
from misc.utility.scons_hints import *
|
2017-09-28 12:15:21 +00:00
|
|
|
|
2020-03-30 06:28:32 +00:00
|
|
|
Import("env")
|
|
|
|
Import("env_modules")
|
2017-09-28 12:15:21 +00:00
|
|
|
|
|
|
|
env_mobile_vr = env_modules.Clone()
|
|
|
|
|
2020-03-30 06:28:32 +00:00
|
|
|
env_mobile_vr.add_source_files(env.modules_sources, "*.cpp")
|