diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2017-12-26 19:42:38 +0100 |
---|---|---|
committer | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2018-02-15 07:34:11 -0800 |
commit | c0dce6e4800c1b0e7f6124020afaf6a8edbee1e5 (patch) | |
tree | 73c804ce1cecc8a702733b9dfa47263f6ae0c41c /drivers/dummy/SCsub | |
parent | 133942cfeb0279ca03ab9943459c5140ab1f1725 (diff) |
Add dummy resterizer driver
Diffstat (limited to 'drivers/dummy/SCsub')
-rw-r--r-- | drivers/dummy/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dummy/SCsub b/drivers/dummy/SCsub new file mode 100644 index 0000000000..e170b8e387 --- /dev/null +++ b/drivers/dummy/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import('env') + +env.add_source_files(env.drivers_sources,"*.cpp") |