summaryrefslogtreecommitdiffstats
path: root/scene/3d/physics/SCsub
blob: 5f9747514a07664cda1eee9c07e5ab8260032b5f (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("joints/SCsub")