Sfoglia il codice sorgente

Add submodule decimal

Peter Dimov 2 mesi fa
parent
commit
2a2e786233
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 5 0
      .gitmodules
  2. 1 0
      libs/decimal

+ 5 - 0
.gitmodules

@@ -853,3 +853,8 @@
 	url = ../openmethod.git
 	url = ../openmethod.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
 	branch = .
 	branch = .
+[submodule "decimal"]
+	path = libs/decimal
+	url = ../decimal.git
+	fetchRecurseSubmodules = on-demand
+	branch = .

+ 1 - 0
libs/decimal

@@ -0,0 +1 @@
+Subproject commit 3a0a81be9735b0424e18ac0a02f9a26a407b8b4d

粤ICP备19079148号