summaryrefslogtreecommitdiff
path: root/modules/gdnative/xr/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/xr/SCsub')
-rw-r--r--modules/gdnative/xr/SCsub6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gdnative/xr/SCsub b/modules/gdnative/xr/SCsub
new file mode 100644
index 0000000000..0b2db3b504
--- /dev/null
+++ b/modules/gdnative/xr/SCsub
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+Import("env")
+Import("env_gdnative")
+
+env_gdnative.add_source_files(env.modules_sources, "*.cpp")