Browse Source

Added SQLiteCpp 2.2.0 as a proper submodule

Stefan Schmidt 6 years ago
parent
commit
f066bb9fe4
4 changed files with 8 additions and 1 deletions
  1. 0 1
      .gitignore
  2. 3 0
      .gitmodules
  3. 1 0
      code_boost/src/SQLiteCpp
  4. 4 0
      resources/install_dependencies.sh

+ 0 - 1
.gitignore

@@ -26,5 +26,4 @@ dbs/
 *pdf
 code_boost/src/cxx/CMakeLists.txt
 code_boost/src/cxx/cmake-build-debug/
-code_boost/src/SQLiteCpp/
 code_boost/src/cmake-build-debug/

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "code_boost/src/SQLiteCpp"]
+	path = code_boost/src/SQLiteCpp
+	url = https://github.com/SRombauts/SQLiteCpp

+ 1 - 0
code_boost/src/SQLiteCpp

@@ -0,0 +1 @@
+Subproject commit eb065bf741c2422a84de0766fe7fb38cea53f195

+ 4 - 0
resources/install_dependencies.sh

@@ -84,6 +84,10 @@ install_pip()
     fi
 }
 
+# Make sure the SQLiteCpp submodule is there
+echo -e "Updating SQLiteCpp"
+git submodule update --init
+
 KERNEL=$(uname)
 
 if [ $KERNEL = 'Darwin' ]; then