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

Import("env")

env_object = env.Clone()

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