virtualx-engine/modules/bmp/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
167 B
Text
Raw Normal View History

2024-02-18 21:31:05 +01: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")