godot/servers/rendering/SCsub

8 lines
122 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import("env")
2014-02-10 02:10:30 +01:00
env.add_source_files(env.servers_sources, "*.cpp")
2020-12-04 19:26:24 +01:00
SConscript("renderer_rd/SCsub")