mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
Add SQLiteCpp submodule
This commit is contained in:
parent
e85a900974
commit
848084462e
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
inplace_submodules:
|
||||
- pbl
|
||||
- better-enums
|
||||
- SQLiteCpp
|
||||
|
|
1
lib/SQLiteCpp
Submodule
1
lib/SQLiteCpp
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 670d710f62c2a8e9ded6b41c65ca54202d0cf7ba
|
Loading…
Reference in a new issue