summaryrefslogtreecommitdiff
path: root/forstio/SConscript
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-04-18 18:34:29 +0200
committerClaudius Holeksa <mail@keldu.de>2023-04-18 18:34:29 +0200
commitc4033b8c2028efeb9bac236e6b279bdcd8efec34 (patch)
treefa5a336d0870240604e9037c37e63414764be7e1 /forstio/SConscript
First commit to restructure the forstio repo
Diffstat (limited to 'forstio/SConscript')
-rw-r--r--forstio/SConscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/forstio/SConscript b/forstio/SConscript
new file mode 100644
index 0000000..08ac0f0
--- /dev/null
+++ b/forstio/SConscript
@@ -0,0 +1,7 @@
+#!/bin/false
+
+Import('env')
+
+# Export to other libs
+Export('env');
+SConscript('core/SConscript');