summaryrefslogtreecommitdiffstats
path: root/modules/godot_physics_3d/SCsub
blob: 1502eb39eeaee3b3876635714ef256662b893dc5 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

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

SConscript("joints/SCsub")