dncurrency/.gitmodules
Russel Waters 74e091ca9f
Migrate Gtest to submodule (#1661)
* core_test function entry

* remove gtest directory

* init gtest submodule @dea0216d

* update gtest path

* update submodule remote
2019-03-14 07:26:43 -04:00

20 lines
620 B
Text

[submodule "miniupnp"]
path = miniupnp
url = https://github.com/miniupnp/miniupnp.git
[submodule "lmdb"]
path = lmdb
url = https://github.com/nanocurrency/lmdb.git
branch = lmdb_0_9_23
[submodule "crypto/cryptopp"]
path = crypto/cryptopp
url = https://github.com/weidai11/cryptopp.git
[submodule "crypto/phc-winner-argon2"]
path = crypto/phc-winner-argon2
url = https://github.com/nanocurrency/phc-winner-argon2.git
[submodule "crypto/xxhash"]
path = crypto/xxhash
url = https://github.com/Cyan4973/xxHash.git
[submodule "gtest"]
path = gtest
url = https://github.com/google/googletest.git
branch = v1.8.x