summaryrefslogtreecommitdiff
path: root/drivers/gles3/SCsub
blob: 2471dd3739775e3985f3e0d73aa43c31206b8027 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import('env')

env.add_source_files(env.drivers_sources,"*.cpp")

SConscript("shaders/SCsub")