mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 02:52:28 -05:00
10 lines
108 B
Text
10 lines
108 B
Text
|
|
Import('env')
|
|
|
|
sources = [
|
|
|
|
'trex.c',
|
|
'regex.cpp',
|
|
]
|
|
env.add_source_files(env.drivers_sources, sources)
|
|
|