mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-20 04:23:54 +00:00
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
|
|
Import('env')
|
|
|
|
sources = [
|
|
'nrex.cpp',
|
|
'regex.cpp',
|
|
]
|
|
env.add_source_files(env.drivers_sources, sources)
|
|
|