1 2 3 4 5 6 7 8 9
Import('env') sources = [ 'nrex.cpp', 'regex.cpp', ] env.add_source_files(env.drivers_sources, sources)