godot/core/string/SCsub

#!/usr/bin/env python

Import("env")

env_string = env.Clone()

env_string.add_source_files(env.core_sources, "*.cpp")