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

Import('env')

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

SConscript("shaders/SCsub")