summaryrefslogtreecommitdiff
path: root/drivers/gles3/SCsub
blob: 987ddcd16edef88fdd94f7f5dfa6ddd4b912c9f1 (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")