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