瀏覽代碼

Add submodule for stl_interfaces

Glen Fernandes 6 年之前
父節點
當前提交
e3b273751c
共有 2 個文件被更改,包括 6 次插入0 次删除
  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号