summaryrefslogtreecommitdiff
path: root/servers/audio/SCsub
blob: afaffcfe9317d0eae5f42a48328971bf5fecca8c (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("effects/SCsub")