2
0
mirror of https://github.com/godotengine/godot.git synced 2025-03-13 23:41:08 +08:00

6 lines
87 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import("env")
2014-02-09 22:10:30 -03:00
env.add_source_files(env.scene_sources, "*.cpp")