mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 00:47:57 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.editor_sources, "*.cpp")
|