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

Import("env")

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

SConscript("renderer_rd/SCsub")
SConscript("storage/SCsub")