This repository was archived by the owner on Mar 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitmodules
More file actions
44 lines (44 loc) · 1.54 KB
/
.gitmodules
File metadata and controls
44 lines (44 loc) · 1.54 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11
branch = v3.0
[submodule "third_party/boost"]
path = third_party/boost
url = https://github.com/hpnkv/boost
branch = master
[submodule "third_party/cppitertools"]
path = third_party/cppitertools
url = https://github.com/ryanhaining/cppitertools
[submodule "third_party/pybind11_abseil"]
path = third_party/pybind11_abseil
url = https://github.com/pybind/pybind11_abseil
[submodule "doc/doxygen-awesome-css"]
path = doc/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "third_party/libzmq"]
path = third_party/libzmq
url = https://github.com/zeromq/libzmq
[submodule "third_party/cppzmq"]
path = third_party/cppzmq
url = https://github.com/zeromq/cppzmq
[submodule "third_party/libdatachannel"]
path = third_party/libdatachannel
url = https://github.com/paullouisageneau/libdatachannel
[submodule "third_party/hiredis"]
path = third_party/hiredis
url = https://github.com/redis/hiredis
[submodule "third_party/uvw"]
path = third_party/uvw
url = https://github.com/skypjack/uvw
[submodule "third_party/libuv"]
path = third_party/libuv
url = https://github.com/libuv/libuv
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf