mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
4 lines
80 B
Text
4 lines
80 B
Text
Import('env')
|
|
Export('env');
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|