summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/SCsub
blob: e5725ceb6f2b0c97ad6dc300a81af460dcf5fad6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

Import('env')
Import('env_modules')

env_mobile_vr = env_modules.Clone()

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

SConscript("shaders/SCsub")