Update submodules
This commit is contained in:
parent
35118dbe4e
commit
8d6b282862
5 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.clangd
|
.clangd
|
||||||
tags
|
tags
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
links.txt
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f757b640b1a900544241346fe4711de7cb5c8ffd
|
Subproject commit d2be4c84bfac70c61fded008576e3e9fad17f82e
|
|
@ -4,7 +4,7 @@ project('SQLiteCpp', 'cpp',
|
||||||
default_options: ['cpp_std=gnu++11'],
|
default_options: ['cpp_std=gnu++11'],
|
||||||
)
|
)
|
||||||
|
|
||||||
sqlite_dep = dependency('sqlite3', version: '>=3.7.15')
|
sqlite_dep = dependency('sqlite3', version: '>=3.32.1')
|
||||||
|
|
||||||
pub_incdir = include_directories('SQLiteCpp/include')
|
pub_incdir = include_directories('SQLiteCpp/include')
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit a55f1a103b9d21a0440fde0fb9ea5cf547826af6
|
Subproject commit 569b2d678547985d0ead3b73ee93a28919000887
|
|
@ -1 +1 @@
|
||||||
Subproject commit 533eb5155bd185fd726e5bd1e61ef9a209f49497
|
Subproject commit 48bc608b9bedb358cccb1c73b1a30a9eda171776
|
Loading…
Add table
Reference in a new issue