mirror of
https://github.com/godotengine/godot.git
synced 2025-02-02 20:21:20 +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)
|
|
|