From 562633d6340433dece5ff610ed0925ffa07785ff Mon Sep 17 00:00:00 2001 From: mattmcw Date: Tue, 28 Mar 2023 11:07:02 -0400 Subject: [PATCH] Add common module to scad directory --- .gitmodules | 3 +++ scad/common | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 scad/common diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8e4d20d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "scad/common"] + path = scad/common + url = https://git.sixteenmillimeter.com/modules/common.git diff --git a/scad/common b/scad/common new file mode 160000 index 0000000..cba7a30 --- /dev/null +++ b/scad/common @@ -0,0 +1 @@ +Subproject commit cba7a3051ef0729eaa1d5c5da6205464185734e0