mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 02:52:28 -05:00
6 lines
81 B
Text
6 lines
81 B
Text
|
Import('env')
|
||
|
Export('env');
|
||
|
|
||
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
||
|
|