mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
6 lines
130 B
Text
6 lines
130 B
Text
Import('env')
|
|
Export('env');
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
#env.add_source_files(env.drivers_sources,"*.c")
|
|
|