Import('env')
sources = [
'nrex.cpp',
'regex.cpp',
]
env.add_source_files(env.drivers_sources, sources)