-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 876 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 876 Bytes
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/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/argparse"]
path = third_party/argparse
url = https://github.com/p-ranav/argparse.git
[submodule "third_party/leveldb"]
path = third_party/leveldb
url = https://github.com/google/leveldb.git
[submodule "third_party/dlt-viewer"]
path = third_party/dlt-viewer
url = https://github.com/COVESA/dlt-viewer.git
[submodule "third_party/dlt-daemon"]
path = third_party/dlt-daemon
url = https://github.com/COVESA/dlt-daemon.git