1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00
Files
godot/editor/debugger/SCsub
2020-02-21 11:12:03 +01:00

6 lines
88 B
Python

#!/usr/bin/env python
Import('env')
env.add_source_files(env.editor_sources, "*.cpp")