Files
engine/modules/bmp/SCsub
T

10 lines
167 B
Python
Raw Normal View History

2018-04-30 01:25:46 +01:00
#!/usr/bin/env python
Import("env")
Import("env_modules")
2018-04-30 01:25:46 +01:00
env_bmp = env_modules.Clone()
# Godot source files
2018-04-30 01:25:46 +01:00
env_bmp.add_source_files(env.modules_sources, "*.cpp")