mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 13:43:15 +00:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
Import('env')
|
|
Export('env');
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
#env.add_source_files(env.drivers_sources,"*.c")
|
|
|