Jaakko Järvi 24 лет назад
Родитель
Сommit
57b393f804
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/lambda

+ 4 - 0
.gitmodules

@@ -130,6 +130,10 @@
 	path = libs/bind
 	path = libs/bind
 	url = ../bind.git
 	url = ../bind.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
+[submodule "lambda"]
+	path = libs/lambda
+	url = ../lambda.git
+	fetchRecurseSubmodules = on-demand
 [submodule "mpl"]
 [submodule "mpl"]
 	path = libs/mpl
 	path = libs/mpl
 	url = ../mpl.git
 	url = ../mpl.git

+ 1 - 0
libs/lambda

@@ -0,0 +1 @@
+Subproject commit bc9b042a99e3b93dfd4251af7ab404fab973c985

粤ICP备19079148号