mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|