summaryrefslogtreecommitdiff
path: root/modules/bmp/SCsub
blob: e7da7cf108e31d87c61d64fe41b7adb185d7cf39 (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")