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

Import('env')

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

Export('env')

SConscript("default_theme/SCsub")