diff options
author | Peter Dimov <pdimov@pdimov.com> | 2014-06-01 23:02:30 +0300 |
---|---|---|
committer | Peter Dimov <pdimov@pdimov.com> | 2014-06-01 23:02:30 +0300 |
commit | 64e014ea9c21a8508a031ae70068d2f6c4208be1 (patch) | |
tree | d0c2e0e65e6eae3930a9db53220473e29578d610 /.gitmodules | |
parent | 1de943a5f420f65766435bc0680401f6e6741428 (diff) | |
download | boost-64e014ea9c21a8508a031ae70068d2f6c4208be1.tar.gz |
Add submodule core 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 d4908d0872..5a26269052 100644 --- a/.gitmodules +++ b/.gitmodules @@ -462,3 +462,7 @@ path = libs/type_index url = ../type_index.git fetchRecurseSubmodules = on-demand +[submodule "core"] + path = libs/core + url = ../core.git + fetchRecurseSubmodules = on-demand |