mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 21:44:00 +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")
|
|
|