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

Import("env")

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

SConscript("forward_clustered/SCsub")
SConscript("forward_mobile/SCsub")
SConscript("shaders/SCsub")