2
0
mirror of https://github.com/godotengine/godot.git synced 2025-03-01 23:21:39 +08:00
godot/tools/collada/SCsub

8 lines
101 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.tool_sources, "*.cpp")
2014-02-10 09:10:30 +08:00
Export('env')