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

Import('env')

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