godot/tools/editor/import/SCsub

6 lines
99 B
Plaintext
Raw Normal View History

2017-02-02 02:18:37 +00:00
#!/usr/bin/env python
Import('env')
Export('env')
env.add_source_files(env.tool_sources, "*.cpp")