diff options
Diffstat (limited to 'drivers/nrex/SCsub')
-rw-r--r-- | drivers/nrex/SCsub | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nrex/SCsub b/drivers/nrex/SCsub new file mode 100644 index 0000000000..2441d3061b --- /dev/null +++ b/drivers/nrex/SCsub @@ -0,0 +1,9 @@ + +Import('env') + +sources = [ + 'nrex.cpp', + 'regex.cpp', +] +env.add_source_files(env.drivers_sources, sources) + |