From c070ca9f88724e669be307cb72f38173fcacfc30 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Wed, 21 Jan 2026 16:45:20 -0500 Subject: [PATCH] update gitmodules: add ntsqlite, both mv -> lib --- .gitmodules | 5 ++++- lib/ntsqlite | 1 + usdasqlite => lib/usdasqlite | 0 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 lib/ntsqlite rename usdasqlite => lib/usdasqlite (100%) diff --git a/.gitmodules b/.gitmodules index ae4efcd..35992be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "usdasqlite"] - path = usdasqlite + path = lib/usdasqlite url = https://github.com/nutratech/usda-sqlite.git +[submodule "lib/ntsqlite"] + path = lib/ntsqlite + url = https://github.com/nutratech/nt-sqlite.git diff --git a/lib/ntsqlite b/lib/ntsqlite new file mode 160000 index 0000000..4f9eec2 --- /dev/null +++ b/lib/ntsqlite @@ -0,0 +1 @@ +Subproject commit 4f9eec211c1073f093411f15e29cb2347534e7cd diff --git a/usdasqlite b/lib/usdasqlite similarity index 100% rename from usdasqlite rename to lib/usdasqlite -- 2.52.0