mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:20:21 +00:00
7 lines
111 B
Text
7 lines
111 B
Text
|
#!/usr/bin/env python
|
||
|
|
||
|
Import('env')
|
||
|
|
||
|
# Driver source files
|
||
|
env.add_source_files(env.drivers_sources, "*.cpp")
|