From 318dff4620162a221e821de684fa8ce32f24bfe7 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Sun, 26 Nov 2023 17:38:41 -0800 Subject: [PATCH] Trying to use relative path for module --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7537213 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/smithlab_cpp"] + path = src/smithlab_cpp + url = ../smithlab_cpp