mirror of
https://github.com/godotengine/godot
synced 2024-11-02 15:48:41 +00:00
ea6cc3e260
Co-authored-by: Marcelo Fernandez <marcelofg55@gmail.com> Co-authored-by: James Westman <flyingpimonster@gmail.commail> Co-authored-by: MisterMX <mbxd12@web.de> Signed-off-by: MisterMX <mbxd12@web.de>
9 lines
161 B
Python
9 lines
161 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
Import("env_modules")
|
|
|
|
env_zip = env_modules.Clone()
|
|
|
|
# Module files
|
|
env_zip.add_source_files(env.modules_sources, "*.cpp")
|