From fd1aaff91b0c54a76a6f7f3a7cf7d642abac1608 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Sat, 6 Feb 2021 17:37:59 +0530 Subject: [PATCH] added SQLiteCpp submodule --- .gitmodules | 3 +++ SQLiteCpp | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 SQLiteCpp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f5470f8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SQLiteCpp"] + path = SQLiteCpp + url = https://github.com/SRombauts/SQLiteCpp diff --git a/SQLiteCpp b/SQLiteCpp new file mode 160000 index 0000000..f6b3225 --- /dev/null +++ b/SQLiteCpp @@ -0,0 +1 @@ +Subproject commit f6b32259f2d3733b645049b015152322ba4c2694