From 848084462e8e97514cfd5356833f5de71fbd9920 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 18 Aug 2017 10:19:29 +0100 Subject: [PATCH] Add SQLiteCpp submodule --- .gitmodules | 3 +++ flat_git.yml | 1 + lib/SQLiteCpp | 1 + 3 files changed, 5 insertions(+) create mode 160000 lib/SQLiteCpp diff --git a/.gitmodules b/.gitmodules index 4d7e430..54cc143 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "lib/incredis"] path = lib/incredis url = ../incredis.git +[submodule "lib/SQLiteCpp"] + path = lib/SQLiteCpp + url = https://github.com/SRombauts/SQLiteCpp.git diff --git a/flat_git.yml b/flat_git.yml index bf79c81..abc9d31 100644 --- a/flat_git.yml +++ b/flat_git.yml @@ -1,3 +1,4 @@ inplace_submodules: - pbl - better-enums + - SQLiteCpp diff --git a/lib/SQLiteCpp b/lib/SQLiteCpp new file mode 160000 index 0000000..670d710 --- /dev/null +++ b/lib/SQLiteCpp @@ -0,0 +1 @@ +Subproject commit 670d710f62c2a8e9ded6b41c65ca54202d0cf7ba