mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Add module core
This commit is contained in:
parent
a71926d6d2
commit
256574ba33
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -466,3 +466,7 @@
|
|||
path = libs/type_index
|
||||
url = ../type_index.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "core"]
|
||||
path = libs/core
|
||||
url = ../core.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
1
libs/core
Submodule
1
libs/core
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9af8ffce35f95aad35d58d55c96a3e3e3b20451e
|
Loading…
Add table
Reference in a new issue