godot/core/io/SCsub

6 lines
86 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
2014-02-10 09:10:30 +08:00
Import('env')
env.add_source_files(env.core_sources, "*.cpp")