mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 08:53:35 +00:00
8 lines
82 B
Text
8 lines
82 B
Text
![]() |
Import('env')
|
||
|
|
||
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
||
|
|
||
|
Export('env')
|
||
|
|
||
|
|