summaryrefslogtreecommitdiff
path: root/drivers/gles2/SCsub
blob: 9923e52c7335b6713ef5f47cdd8aab59b13f2362 (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")