mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 01:13:39 +00:00
6 lines
129 B
Text
6 lines
129 B
Text
Import('env')
|
|
Export('env');
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
env.add_source_files(env.drivers_sources,"*.c")
|
|
|