From 93629022c505076fc1b38b219295c9c184eb87af Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 17 Apr 2022 12:57:44 -0700 Subject: [PATCH] examples: add libs/zmath dependency Helps hexops/mach#222 Signed-off-by: Stephen Gutekanst --- .gitmodules | 3 +++ examples/libs/zmath | 1 + 2 files changed, 4 insertions(+) create mode 160000 examples/libs/zmath diff --git a/.gitmodules b/.gitmodules index fad3d246..645ba838 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,6 @@ shallow = true branch = "mach" +[submodule "examples/libs/zmath"] + path = examples/libs/zmath + url = https://github.com/PiergiorgioZagaria/zmath diff --git a/examples/libs/zmath b/examples/libs/zmath new file mode 160000 index 00000000..c7f20369 --- /dev/null +++ b/examples/libs/zmath @@ -0,0 +1 @@ +Subproject commit c7f20369a142c8a817587da529787597461410a5