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