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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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")