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

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

Export('env')