summaryrefslogtreecommitdiffstats
path: root/modules/mobile_vr/SCsub
blob: b237f31209476baf4d5f288cd2ee53fa3680132b (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")
Import("env_modules")

env_mobile_vr = env_modules.Clone()

env_mobile_vr.add_source_files(env.modules_sources, "*.cpp")