summaryrefslogtreecommitdiff
path: root/servers/physics/SCsub
blob: c5cc8891123b6e09506ecd0fea5333161892330a (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import('env')

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

SConscript("joints/SCsub")