summaryrefslogtreecommitdiff
path: root/scene/resources/SCsub
blob: 3a86b228351fe968ac36c51b5bf510733b2f7b20 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import("env")

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

SConscript("default_theme/SCsub")