Explorar el Código

Add submodule for stl_interfaces

Glen Fernandes hace 6 años
padre
commit
e3b273751c
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 5 0
      .gitmodules
  2. 1 0
      libs/stl_interfaces

+ 5 - 0
.gitmodules

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

+ 1 - 0
libs/stl_interfaces

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

粤ICP备19079148号