Beman Dawes 25 лет назад
Родитель
Сommit
5e6d69078a
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/crc

+ 4 - 0
.gitmodules

@@ -86,6 +86,10 @@
 	path = libs/test
 	url = ../test.git
 	fetchRecurseSubmodules = on-demand
+[submodule "crc"]
+	path = libs/crc
+	url = ../crc.git
+	fetchRecurseSubmodules = on-demand
 [submodule "pool"]
 	path = libs/pool
 	url = ../pool.git

+ 1 - 0
libs/crc

@@ -0,0 +1 @@
+Subproject commit 10e6c8b6b6d879c7c2046f6122bc2a52c2e9165c

粤ICP备19079148号