Beman Dawes 25 лет назад
Родитель
Сommit
7b86aa0736
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/function

+ 4 - 0
.gitmodules

@@ -62,6 +62,10 @@
 	path = libs/static_assert
 	url = ../static_assert.git
 	fetchRecurseSubmodules = on-demand
+[submodule "function"]
+	path = libs/function
+	url = ../function.git
+	fetchRecurseSubmodules = on-demand
 [submodule "concept_check"]
 	path = libs/concept_check
 	url = ../concept_check.git

+ 1 - 0
libs/function

@@ -0,0 +1 @@
+Subproject commit 62db26b94da219566e62acc732b6229bc7652723

粤ICP备19079148号