virtualx-engine/editor/plugins/SCsub

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

9 lines
142 B
Text
Raw Normal View History

#!/usr/bin/env python
Import("env")
env.add_source_files(env.editor_sources, "*.cpp")
SConscript("gizmos/SCsub")
SConscript("tiles/SCsub")