diff options
author | Peter Dimov <pdimov@pdimov.com> | 2014-02-11 00:00:04 +0200 |
---|---|---|
committer | Peter Dimov <pdimov@pdimov.com> | 2014-02-11 00:00:04 +0200 |
commit | 430000e3d64d4f6330daf1d30a6a7ad3b400b711 (patch) | |
tree | 8b4cda160f77c2bc534e1070f9d6dcf4db6696cc /.gitmodules | |
parent | 220c0ad4ca71cebc77ad623e0b17397dc70aa4b7 (diff) | |
download | boost-430000e3d64d4f6330daf1d30a6a7ad3b400b711.tar.gz |
Add submodule assert to master
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2616aaa7c0..6e45a7d3c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -450,3 +450,7 @@ path = libs/lockfree url = ../lockfree.git fetchRecurseSubmodules = on-demand +[submodule "assert"] + path = libs/assert + url = ../assert.git + fetchRecurseSubmodules = on-demand |