From 13e2f6b5bb8ad2fdb6dbdc1e0f53ecfc5bc3a70e Mon Sep 17 00:00:00 2001 From: "Robin E. R. Davies" Date: Sat, 31 May 2025 21:04:45 -0400 Subject: [PATCH] Track metadata and thumbnails. --- .gitmodules | 3 +++ modules/SQLiteCpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 modules/SQLiteCpp diff --git a/.gitmodules b/.gitmodules index b1fae44..58dd958 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ url = https://github.com/rerdavies/websocketpp.git branch = develop update = merge +[submodule "modules/SQLiteCpp"] + path = modules/SQLiteCpp + url = https://github.com/SRombauts/SQLiteCpp.git diff --git a/modules/SQLiteCpp b/modules/SQLiteCpp new file mode 160000 index 0000000..1df7688 --- /dev/null +++ b/modules/SQLiteCpp @@ -0,0 +1 @@ +Subproject commit 1df768817e68529fe47870f8e9913a47343a822d