godot/drivers/nrex/SCsub

8 lines
107 B
Plaintext
Raw Normal View History

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