summaryrefslogtreecommitdiffstats
path: root/scene/main/SCsub
blob: 374dc2119dcd309cc7f0ce35d517a42bc34c585d (plain)
1
2
3
4
5
6
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

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