mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
7 lines
110 B
Python
7 lines
110 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
# Godot source files
|
|
env.add_source_files(env.drivers_sources, "*.cpp")
|