summaryrefslogtreecommitdiff
path: root/modules/tga/SCsub
blob: 067caa6ea02b87957564a83b30f106d9d0cc506e (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")