mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Add submodule assert to master
This commit is contained in:
parent
220c0ad4ca
commit
430000e3d6
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -450,3 +450,7 @@
|
|||
path = libs/lockfree
|
||||
url = ../lockfree.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "assert"]
|
||||
path = libs/assert
|
||||
url = ../assert.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
1
libs/assert
Submodule
1
libs/assert
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 69590ce1683ca836fe61bb0a82d9e142e001de66
|
Loading…
Add table
Reference in a new issue