diff options
author | Jeremy Siek <jeremy.siek@gmail.com> | 2000-09-18 08:24:47 +0000 |
---|---|---|
committer | Jeremy Siek <jeremy.siek@gmail.com> | 2000-09-18 08:24:47 +0000 |
commit | 98638783258820603e7af28f056dac5831249774 (patch) | |
tree | b9a7db9375603fbf2a4e74a23bb4285f808502c5 /.gitmodules | |
parent | b6a9ea7d4d65e084817e0000d6ec77994c88a97f (diff) | |
download | boost-98638783258820603e7af28f056dac5831249774.tar.gz |
pending stuff from Boost Graph Library
[SVN r7704]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 811a934e10..9a7ad31cd4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,19 @@ path = libs/graph url = ../graph.git fetchRecurseSubmodules = on-demand +[submodule "concept_check"] + path = libs/concept_check + url = ../concept_check.git + fetchRecurseSubmodules = on-demand +[submodule "detail"] + path = libs/detail + url = ../detail.git + fetchRecurseSubmodules = on-demand +[submodule "disjoint_sets"] + path = libs/disjoint_sets + url = ../disjoint_sets.git + fetchRecurseSubmodules = on-demand +[submodule "property_map"] + path = libs/property_map + url = ../property_map.git + fetchRecurseSubmodules = on-demand |