Eric Niebler 20 лет назад
Родитель
Сommit
84afa393c2
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/xpressive

+ 4 - 0
.gitmodules

@@ -246,6 +246,10 @@
 	path = libs/algorithm
 	url = ../algorithm.git
 	fetchRecurseSubmodules = on-demand
+[submodule "xpressive"]
+	path = libs/xpressive
+	url = ../xpressive.git
+	fetchRecurseSubmodules = on-demand
 [submodule "foreach"]
 	path = libs/foreach
 	url = ../foreach.git

+ 1 - 0
libs/xpressive

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

粤ICP备19079148号