summaryrefslogtreecommitdiff
path: root/servers/physics/SCsub
blob: c0ee2cc739b441ca87322d69feaedb7ec85039c7 (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")