2
0
mirror of https://github.com/godotengine/godot.git synced 2025-01-24 21:01:50 +08:00
godot/editor/plugins/SCsub

8 lines
115 B
Plaintext
Raw Normal View History

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