mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 17:03:42 +00:00
9 lines
130 B
Text
9 lines
130 B
Text
![]() |
Import('env')
|
||
|
|
||
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
||
|
env.add_source_files(env.drivers_sources,"*.c")
|
||
|
|
||
|
Export('env')
|
||
|
|
||
|
|