From 14c6202227ab91f9094bdf5ce1ba910cf4086428 Mon Sep 17 00:00:00 2001 From: jiangcuo Date: Sat, 5 Apr 2025 10:25:05 +0800 Subject: [PATCH] add submodule path --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1a88464 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src"] + path = src + url = https://github.com/spdk/spdk.git