summaryrefslogtreecommitdiff
path: root/drivers/gles2/SCsub
blob: 89d7d86360ef8eed4a19f9ecedfdc19a8fc2de8f (plain)
1
2
3
4
5
6
7
Import('env')

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

SConscript("shaders/SCsub")

Export('env')