godot/servers/rendering/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
215 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
2014-02-10 01:10:30 +00:00
env.add_source_files(env.servers_sources, "*.cpp")
SConscript("dummy/SCsub")
2020-12-04 18:26:24 +00:00
SConscript("renderer_rd/SCsub")
SConscript("storage/SCsub")