diff options
author | Oliver Kowalke <oliver.kowalke@gmail.com> | 2012-12-07 19:21:59 +0000 |
---|---|---|
committer | Oliver Kowalke <oliver.kowalke@gmail.com> | 2012-12-07 19:21:59 +0000 |
commit | f03cb6289669802dd44070768f943b8569d7e041 (patch) | |
tree | aeb535e3c6439d11686fa7f4d930f11c1c7347c8 /.gitmodules | |
parent | 651f546e9dd5e0a85ed63b9e56fd37c4bd7ace3a (diff) | |
download | boost-f03cb6289669802dd44070768f943b8569d7e041.tar.gz |
coroutine: initial commit
[SVN r81769]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 76455a10f3..c4efd16dae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -382,6 +382,10 @@ path = libs/heap url = ../heap.git fetchRecurseSubmodules = on-demand +[submodule "coroutine"] + path = libs/coroutine + url = ../coroutine.git + fetchRecurseSubmodules = on-demand [submodule "ratio"] path = libs/ratio url = ../ratio.git |