-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitmodules
30 lines (30 loc) · 1.08 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "third_party/evmone"]
path = third_party/evmone
url = https://github.com/ethereum/evmone.git
[submodule "third_party/evmc"]
path = third_party/evmc
url = https://github.com/Fantom-foundation/evmc.git
[submodule "third_party/intx"]
path = third_party/intx
url = https://github.com/chfast/intx.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/ethash"]
path = third_party/ethash
url = https://github.com/chfast/ethash.git
[submodule "third_party/mimalloc"]
path = third_party/mimalloc
url = https://github.com/microsoft/mimalloc.git
[submodule "third_party/google_benchmark"]
path = third_party/google_benchmark
url = https://github.com/google/benchmark.git
[submodule "third_party/gperftools"]
path = third_party/gperftools
url = https://github.com/gperftools/gperftools.git
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/tracy"]
path = third_party/tracy
url = https://github.com/wolfpld/tracy.git