Просмотр исходного кода

Merge pull request #90 from olk/patch-8

Add Boost.Coroutine2 to .gitmodules
Rene Rivera 10 лет назад
Родитель
Сommit
868f5c925f
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      .gitmodules

+ 4 - 0
.gitmodules

@@ -398,6 +398,10 @@
 	path = libs/coroutine
 	url = ../coroutine.git
 	fetchRecurseSubmodules = on-demand
+[submodule "coroutine2"]
+	path = libs/coroutine2
+	url = ../coroutine2.git
+	fetchRecurseSubmodules = on-demand
 [submodule "ratio"]
 	path = libs/ratio
 	url = ../ratio.git

粤ICP备19079148号