diff options
author | Marcin Kalicinski <kalita@poczta.onet.pl> | 2007-05-12 22:02:53 +0000 |
---|---|---|
committer | Marcin Kalicinski <kalita@poczta.onet.pl> | 2007-05-12 22:02:53 +0000 |
commit | 9b946de0fb7970927841c9a6d562280970b685a5 (patch) | |
tree | bcc91f5f8087896645f4b30e2659841fcc3dfaca /.gitmodules | |
parent | 1dada4377bc9e17d2993c6ece3a5221968e7c5a4 (diff) | |
download | boost-9b946de0fb7970927841c9a6d562280970b685a5.tar.gz |
Adding property_tree
[SVN r37680]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6466323025..cdab54637f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -250,6 +250,10 @@ path = libs/algorithm url = ../algorithm.git fetchRecurseSubmodules = on-demand +[submodule "property_tree"] + path = libs/property_tree + url = ../property_tree.git + fetchRecurseSubmodules = on-demand [submodule "xpressive"] path = libs/xpressive url = ../xpressive.git |