diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-02 08:48:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-02 08:48:59 +0200 |
commit | 1630ecbbf8bc2c5b0137ef69e17d6df6e8077b56 (patch) | |
tree | 12194ccf4f84a352da579967f9759ec2ad68c836 | |
parent | 641e87d28ca6a364760e5e44e9de2e82d04e6550 (diff) |
Add libsqlite3 as submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | upstream/sqlite | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 662f361..a3bb0ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "upstream/odb"] path = upstream/odb url = https://git.codesynthesis.com/odb/odb.git +[submodule "upstream/sqlite"] + path = upstream/sqlite + url = https://git.build2.org/packaging/sqlite/sqlite.git diff --git a/upstream/sqlite b/upstream/sqlite new file mode 160000 +Subproject 5b013b5507eb14bf51e565ec844d1fc462302f6 |