summaryrefslogtreecommitdiff
path: root/modules/gdnative/videodecoder/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/videodecoder/SCsub')
-rw-r--r--modules/gdnative/videodecoder/SCsub9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/gdnative/videodecoder/SCsub b/modules/gdnative/videodecoder/SCsub
new file mode 100644
index 0000000000..04cc8ed604
--- /dev/null
+++ b/modules/gdnative/videodecoder/SCsub
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+Import('env')
+Import('env_modules')
+
+env_vsdecoder_gdnative = env_modules.Clone()
+
+env_vsdecoder_gdnative.Prepend(CPPPATH=['#modules/gdnative/include/'])
+env_vsdecoder_gdnative.add_source_files(env.modules_sources, '*.cpp')