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

Import('env')

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

Export('env')

SConscript("joints/SCsub")