diff options
author | Andrey Semashev <andrey.semashev@gmail.com> | 2013-04-13 12:30:25 +0000 |
---|---|---|
committer | Andrey Semashev <andrey.semashev@gmail.com> | 2013-04-13 12:30:25 +0000 |
commit | 37d99fdd81a6549b02ba9a6cb15dbaa56e769a12 (patch) | |
tree | d76be56267cad4f9dbf7723366ddfc2226fb0ec5 /.gitmodules | |
parent | 0c64619cfc9cdb3928ea361a39e934b0110c21a0 (diff) | |
download | boost-1.34.0-beta1.tar.gz |
Boost.Log merged to trunk.boost-1.34.0-beta1
[SVN r83860]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e5530f597c..ca7048dbc6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -282,3 +282,7 @@ path = tools/boostbook url = ../boostbook.git fetchRecurseSubmodules = on-demand +[submodule "log"] + path = libs/log + url = ../log.git + fetchRecurseSubmodules = on-demand |