Просмотр исходного кода

Add submodule assert to master

Peter Dimov 12 лет назад
Родитель
Сommit
430000e3d6
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/assert

+ 4 - 0
.gitmodules

@@ -450,3 +450,7 @@
 	path = libs/lockfree
 	url = ../lockfree.git
 	fetchRecurseSubmodules = on-demand
+[submodule "assert"]
+	path = libs/assert
+	url = ../assert.git
+	fetchRecurseSubmodules = on-demand

+ 1 - 0
libs/assert

@@ -0,0 +1 @@
+Subproject commit 69590ce1683ca836fe61bb0a82d9e142e001de66

粤ICP备19079148号