godot/servers/rendering/renderer_rd/SCsub

9 lines
156 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import("env")
env.add_source_files(env.servers_sources, "*.cpp")
2021-03-23 11:46:31 +01:00
SConscript("forward_clustered/SCsub")
SConscript("shaders/SCsub")