summaryrefslogtreecommitdiff
path: root/drivers/gles3/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gles3/SCsub')
-rw-r--r--drivers/gles3/SCsub7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gles3/SCsub b/drivers/gles3/SCsub
new file mode 100644
index 0000000000..987ddcd16e
--- /dev/null
+++ b/drivers/gles3/SCsub
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+Import("env")
+
+env.add_source_files(env.drivers_sources, "*.cpp")
+
+SConscript("shaders/SCsub")