diff options
author | Peter Dimov <pdimov@pdimov.com> | 2014-06-01 00:57:55 +0300 |
---|---|---|
committer | Peter Dimov <pdimov@pdimov.com> | 2014-06-01 00:57:55 +0300 |
commit | 256574ba33c171dba96bdd4d42185f43ab15f883 (patch) | |
tree | c956787ca1fc4db568b0b8d2147bee8037bf4de1 /.gitmodules | |
parent | a71926d6d29f92d07895e203f8557b80c33c4ae4 (diff) | |
download | boost-256574ba33c171dba96bdd4d42185f43ab15f883.tar.gz |
Add module core
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 83be08eaa4..9f4b6c1076 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |