From 11d935ab3a335eeaf836ffb558d3095a29ba517c Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 20 Jan 2024 18:05:43 -0800 Subject: add stemlib submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d8da1e4..81991dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "doxygen-awesome-css"] path = doxygen-awesome-css url = https://github.com/jothepro/doxygen-awesome-css.git +[submodule "stemlib"] + path = stemlib + url = https://github.com/ret2pop/stemlib -- cgit