mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 08:01:27 +00:00
6 lines
152 B
Text
6 lines
152 B
Text
Import('env_drivers')
|
|
Import('env')
|
|
|
|
env_drivers.add_source_files(env.drivers_sources,"*.cpp")
|
|
env_drivers.add_source_files(env.drivers_sources,"*.c")
|
|
|