godot/core/variant/SCsub

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

8 lines
121 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import("env")
env_variant = env.Clone()
env_variant.add_source_files(env.core_sources, "*.cpp")