From c4033b8c2028efeb9bac236e6b279bdcd8efec34 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 18 Apr 2023 18:34:29 +0200 Subject: First commit to restructure the forstio repo --- forstio/SConscript | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 forstio/SConscript (limited to 'forstio/SConscript') 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'); -- cgit v1.2.3