mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
bb3362fd12
Part of #5272
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
Import('env')
|
|
Export('env');
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|