diff options
author | Daniel Wallin <daniel@boostpro.com> | 2005-04-04 21:53:56 +0000 |
---|---|---|
committer | Daniel Wallin <daniel@boostpro.com> | 2005-04-04 21:53:56 +0000 |
commit | 127a8ee9248cc9c6623cdf8457e2a3cd8231d73d (patch) | |
tree | b037a5f742bbcf84713e3fc537525de488961e5a /.gitmodules | |
parent | caf55b9574ae8d3a7741f7b8e725a3a4f7cfd580 (diff) | |
download | boost-127a8ee9248cc9c6623cdf8457e2a3cd8231d73d.tar.gz |
Boost Parameter Library initial check in
[SVN r27964]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 59cb6795e1..c543ee175d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -258,3 +258,7 @@ path = libs/iostreams url = ../iostreams.git fetchRecurseSubmodules = on-demand +[submodule "parameter"] + path = libs/parameter + url = ../parameter.git + fetchRecurseSubmodules = on-demand |