mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-26 20:19:58 +00:00
6 lines
98 B
Python
6 lines
98 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
Export('env')
|
|
env.add_source_files(env.tool_sources,"*.cpp")
|