Browse Source

chore: add md5 as git submodule

master
Dnomd343 1 year ago
parent
commit
34dcfd6327
  1. 3
      .gitmodules
  2. 1
      third_party/md5

3
.gitmodules

@ -1,3 +1,6 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/md5"]
path = third_party/md5
url = https://github.com/ulwanski/md5.git

1
third_party/md5

@ -0,0 +1 @@
Subproject commit 2857560d6466c7b1a89da93a075ebadf6991783e
Loading…
Cancel
Save