forked from librevault/librevault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.06 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
31
32
33
34
35
36
[submodule "lvproto"]
path = lvproto
url = https://github.com/Librevault/librevault-common.git
branch = master
[submodule "contrib/dir_monitor"]
path = contrib/dir_monitor
url = https://github.com/Librevault/dir_monitor.git
branch = master
[submodule "contrib/spdlog"]
path = contrib/spdlog
url = https://github.com/Librevault/spdlog.git
branch = master
[submodule "contrib/docopt"]
path = contrib/docopt
url = https://github.com/Librevault/docopt.cpp.git
branch = master
[submodule "contrib/rabin"]
path = contrib/rabin
url = https://github.com/Librevault/rabin.git
branch = master
[submodule "contrib/libnatpmp"]
path = contrib/libnatpmp
url = https://github.com/Librevault/libnatpmp.git
branch = master
[submodule "contrib/websocketpp"]
path = contrib/websocketpp
url = https://github.com/Librevault/websocketpp
branch = develop
[submodule "contrib/dht"]
path = contrib/dht
url = https://github.com/Librevault/dht.git
branch = master
[submodule "contrib/miniupnp"]
path = contrib/miniupnp
url = https://github.com/Librevault/miniupnp.git
branch = master