godot/drivers/nrex/SCsub

8 lines
107 B
Plaintext
Raw Normal View History

2014-02-10 01:10:30 +00:00
Import('env')
sources = [
2015-07-24 00:18:46 +00:00
'nrex.cpp',
2014-02-10 01:10:30 +00:00
'regex.cpp',
]
env.add_source_files(env.drivers_sources, sources)