summaryrefslogtreecommitdiff
path: root/core/math/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/math/SCsub')
-rw-r--r--core/math/SCsub7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/math/SCsub b/core/math/SCsub
new file mode 100644
index 0000000000..c6ba1fa537
--- /dev/null
+++ b/core/math/SCsub
@@ -0,0 +1,7 @@
+Import('env')
+
+env.add_source_files(env.core_sources,"*.cpp")
+
+Export('env')
+
+