godot/servers/rendering/renderer_rd/SCsub

10 lines
191 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")
2021-03-10 12:23:55 +01:00
SConscript("forward_mobile/SCsub")
SConscript("shaders/SCsub")