mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Add submodule for mysql
This commit is contained in:
parent
df85de2dfc
commit
b7332fbdc7
2 changed files with 6 additions and 0 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -803,3 +803,8 @@
|
|||
url = ../url.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "mysql"]
|
||||
path = libs/mysql
|
||||
url = ../mysql.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
|
|
1
libs/mysql
Submodule
1
libs/mysql
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a3c9844ef3e9b81852dd782101e7c71246a4302d
|
Loading…
Add table
Reference in a new issue