mirror of
https://github.com/godotengine/godot
synced 2024-11-02 08:53:46 +00:00
1887a9df19
Co-authored-by: Riteo <riteo@posteo.net>
6 lines
110 B
Python
6 lines
110 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
# Godot source files
|
|
env.add_source_files(env.drivers_sources, "*.cpp")
|