Eric Niebler 21 лет назад
Родитель
Сommit
e05fe95fbb
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/foreach

+ 4 - 0
.gitmodules

@@ -246,6 +246,10 @@
 	path = libs/algorithm
 	url = ../algorithm.git
 	fetchRecurseSubmodules = on-demand
+[submodule "foreach"]
+	path = libs/foreach
+	url = ../foreach.git
+	fetchRecurseSubmodules = on-demand
 [submodule "typeof"]
 	path = libs/typeof
 	url = ../typeof.git

+ 1 - 0
libs/foreach

@@ -0,0 +1 @@
+Subproject commit 2258532c5e244a8c722eabf2d9b7bf3cb10dfc2e

粤ICP备19079148号