summaryrefslogtreecommitdiff
path: root/editor/plugins/SCsub
blob: 10a65b427e5ac6d2749e7a003d24c69e1b869d70 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import("env")

env.add_source_files(env.editor_sources, "*.cpp")

SConscript("tiles/SCsub")