summaryrefslogtreecommitdiff
path: root/servers/physics/SCsub
blob: 3b84c5ef18506712f04517f3386839c11aa2b884 (plain)
1
2
3
4
5
6
7
8
9
Import('env')

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

Export('env')

SConscript("joints/SCsub")