summaryrefslogtreecommitdiff
path: root/modules/bmp/SCsub
blob: 4f3405ff286eb6784b9e83df7403c166beae8a69 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

Import("env")
Import("env_modules")

env_bmp = env_modules.Clone()

# Godot's own source files
env_bmp.add_source_files(env.modules_sources, "*.cpp")