diff options
Diffstat (limited to 'drivers/gles_common/SCsub')
-rw-r--r-- | drivers/gles_common/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gles_common/SCsub b/drivers/gles_common/SCsub new file mode 100644 index 0000000000..91e1140b75 --- /dev/null +++ b/drivers/gles_common/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import("env") + +env.add_source_files(env.drivers_sources, "*.cpp") |