godot/core/object/SCsub

8 lines
119 B
Plaintext
Raw Normal View History

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