godot-module-template/engine/core/templates/SCsub

8 lines
125 B
Plaintext
Raw Normal View History

2025-01-17 15:36:38 +00:00
#!/usr/bin/env python
Import("env")
env_templates = env.Clone()
env_templates.add_source_files(env.core_sources, "*.cpp")