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

Import('env')

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

SConscript("effects/SCsub")