Przeglądaj źródła

Add submodule json

Peter Dimov 5 lat temu
rodzic
commit
a51ff5b29c
2 zmienionych plików z 6 dodań i 0 usunięć
  1. 5 0
      .gitmodules
  2. 1 0
      libs/json

+ 5 - 0
.gitmodules

@@ -768,3 +768,8 @@
 	url = ../leaf.git
 	fetchRecurseSubmodules = on-demand
 	branch = .
+[submodule "json"]
+	path = libs/json
+	url = ../json.git
+	fetchRecurseSubmodules = on-demand
+	branch = .

+ 1 - 0
libs/json

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

粤ICP备19079148号