Explorar el Código

Add parser submodule

Glen Fernandes hace 1 año
padre
commit
3ca1f37bb4
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 5 0
      .gitmodules
  2. 1 0
      libs/parser

+ 5 - 0
.gitmodules

@@ -828,3 +828,8 @@
 	url = ../boostlook.git
 	fetchRecurseSubmodules = on-demand
 	branch = .
+[submodule "parser"]
+	path = libs/parser
+	url = ../parser.git
+	fetchRecurseSubmodules = on-demand
+	branch = .

+ 1 - 0
libs/parser

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

粤ICP备19079148号