Files
engine/servers/rendering/SCsub
T

10 lines
176 B
Python
Raw Normal View History

#!/usr/bin/env python
Import("env")
2014-02-09 22:10:30 -03:00
env.add_source_files(env.servers_sources, "*.cpp")
2019-06-11 15:43:37 -03:00
2022-06-21 10:08:33 +10:00
SConscript("dummy/SCsub")
2020-12-04 15:26:24 -03:00
SConscript("renderer_rd/SCsub")
SConscript("storage/SCsub")