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