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

Import('env')
Import('env_modules')

env_tga = env_modules.Clone()

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