mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
10 lines
171 B
Python
10 lines
171 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
Import('env_modules')
|
|
|
|
env_chibi = env_modules.Clone()
|
|
|
|
# Godot source files
|
|
env_chibi.add_source_files(env.modules_sources, "*.cpp")
|