godot/servers/rendering/SCsub

8 lines
124 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import("env")
2014-02-10 01:10:30 +00:00
env.add_source_files(env.servers_sources, "*.cpp")
SConscript("rasterizer_rd/SCsub")