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

Import("env")

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

SConscript("shaders/SCsub")
SConscript("storage/SCsub")