-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
24 lines (24 loc) · 1.05 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
[submodule "third_party/cpplint"]
path = third_party/cpplint
url = https://github.com/cpplint/cpplint
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest.git
[submodule "third_party/inih"]
path = third_party/inih
url = https://github.com/benhoyt/inih.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/prometheus-cpp"]
path = third_party/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp.git
[submodule "src/app_ledger/src/app_ledger/should_be_generated/domain/interfaces"]
path = src/app_ledger/src/app_ledger/should_be_generated/domain/interfaces
url = https://github.com/mySuperLedger/MySuperLedgerInterfaces.git
[submodule "src/app_ledger/should_be_generated/domain/interfaces"]
path = src/app_ledger/should_be_generated/domain/interfaces
url = https://github.com/mySuperLedger/MySuperLedgerInterfaces.git