diff options
author | Edward Diener <eldiener@tropicsoft.com> | 2013-05-19 20:03:25 +0000 |
---|---|---|
committer | Edward Diener <eldiener@tropicsoft.com> | 2013-05-19 20:03:25 +0000 |
commit | cd7bcd8f8ea57134b509f7d328f20a9976167297 (patch) | |
tree | a816f94099a6b95fdfdc0a82994c23cbd26dee09 /.gitmodules | |
parent | 1612785e775254ee03146151880b5f8967ffdb81 (diff) | |
download | boost-cd7bcd8f8ea57134b509f7d328f20a9976167297.tar.gz |
Moved TTI library to release.
[SVN r84378]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b4fa275c36..43b9bf0185 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,6 +34,10 @@ path = libs/python url = ../python.git fetchRecurseSubmodules = on-demand +[submodule "tti"] + path = libs/tti + url = ../tti.git + fetchRecurseSubmodules = on-demand [submodule "functional"] path = libs/functional url = ../functional.git |