diff options
author | Christophe Henry <christophe.j.henry@googlemail.com> | 2010-06-17 18:15:19 +0000 |
---|---|---|
committer | Christophe Henry <christophe.j.henry@googlemail.com> | 2010-06-17 18:15:19 +0000 |
commit | 451925fbc6a437a7a09600db39e3d097c1b5dafc (patch) | |
tree | a1ac9d94065fd6a346e0e78151c10f404dd42639 /.gitmodules | |
parent | 6db132851b929f49f0ef1fac315eca059624b1f4 (diff) | |
download | boost-451925fbc6a437a7a09600db39e3d097c1b5dafc.tar.gz |
added msm
[SVN r63051]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dbbd3f4769..0be7324933 100644 --- a/.gitmodules +++ b/.gitmodules @@ -362,3 +362,7 @@ path = libs/flyweight url = ../flyweight.git fetchRecurseSubmodules = on-demand +[submodule "msm"] + path = libs/msm + url = ../msm.git + fetchRecurseSubmodules = on-demand |