diff options
Diffstat (limited to 'modules/tga/SCsub')
-rw-r--r-- | modules/tga/SCsub | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/tga/SCsub b/modules/tga/SCsub new file mode 100644 index 0000000000..7e405f405c --- /dev/null +++ b/modules/tga/SCsub @@ -0,0 +1,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") |