Selaa lähdekoodia

Add submodule for stl_interfaces

Glen Fernandes 6 vuotta sitten
vanhempi
sitoutus
e3b273751c
2 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 5 0
      .gitmodules
  2. 1 0
      libs/stl_interfaces

+ 5 - 0
.gitmodules

@@ -753,6 +753,11 @@
 	url = ../static_string.git
 	url = ../static_string.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
 	branch = .
 	branch = .
+[submodule "stl_interfaces"]
+	path = libs/stl_interfaces
+	url = ../stl_interfaces.git
+	fetchRecurseSubmodules = on-demand
+	branch = .
 [submodule "more"]
 [submodule "more"]
 	path = more
 	path = more
 	url = ../more.git
 	url = ../more.git

+ 1 - 0
libs/stl_interfaces

@@ -0,0 +1 @@
+Subproject commit 887ca9c775ed5657aff19457df9b8de2ee400558

粤ICP备19079148号