summaryrefslogtreecommitdiffstats
path: root/scene/3d/SCsub
blob: 6f6bf9818cc79036b12490e44da5938e5aa1641c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

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

# Chain load SCsubs
SConscript("physics/SCsub")