summaryrefslogtreecommitdiffstats
path: root/modules/bmp/SCsub
blob: cc3684b94bb7f4a717b78f2c28dc19427bf48d2a (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
from misc.utility.scons_hints import *

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

env_bmp = env_modules.Clone()

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