godot/drivers/nrex/SCsub

8 lines
107 B
Plaintext
Raw Normal View History

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