genesis_core_test/engine/modules/bmp/SCsub

10 lines
167 B
Plaintext
Raw Normal View History

2025-01-23 14:20:50 +00:00
#!/usr/bin/env python
Import("env")
Import("env_modules")
env_bmp = env_modules.Clone()
# Godot source files
env_bmp.add_source_files(env.modules_sources, "*.cpp")