diff options
author | Joachim Faulhaber <afojgo@gmail.com> | 2010-12-15 12:24:18 +0000 |
---|---|---|
committer | Joachim Faulhaber <afojgo@gmail.com> | 2010-12-15 12:24:18 +0000 |
commit | f77eff4f63ed197eb47f732c2e97afd119c14739 (patch) | |
tree | a7172d6e1ea8ec4c5649526aef4e63d2b12651bf /.gitmodules | |
parent | a3f506bd98ef4d4d412c26757f56213d8d2a158d (diff) | |
download | boost-f77eff4f63ed197eb47f732c2e97afd119c14739.tar.gz |
Addition of root directory for ICL.
[SVN r67238]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2c14ed6c4f..a2abcd1b85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -362,6 +362,10 @@ path = libs/flyweight url = ../flyweight.git fetchRecurseSubmodules = on-demand +[submodule "icl"] + path = libs/icl + url = ../icl.git + fetchRecurseSubmodules = on-demand [submodule "polygon"] path = libs/polygon url = ../polygon.git |