This repository was archived by the owner on Aug 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
55 lines (55 loc) · 1.97 KB
/
.gitmodules
File metadata and controls
55 lines (55 loc) · 1.97 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
45
46
47
48
49
50
51
52
53
54
55
[submodule "synergy-core"]
path = synergy/core
url = https://github.com/symless/synergy-core.git
branch = master
[submodule "fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "libsodium"]
path = third_party/libsodium
url = https://github.com/jedisct1/libsodium.git
branch = stable
[submodule "catch"]
path = third_party/catch
url = https://github.com/philsquared/Catch.git
[submodule "third_party/crashpad"]
path = third_party/crashpad
url = https://chromium.googlesource.com/crashpad/crashpad
[submodule "third_party/mini_chromium"]
path = third_party/mini_chromium
url = https://chromium.googlesource.com/chromium/mini_chromium
[submodule "third_party/cpptoml"]
path = third_party/cpptoml
url = https://github.com/skystrife/cpptoml.git
[submodule "third_party/autobahn-cpp"]
path = third_party/autobahn-cpp
url = https://github.com/symless/autobahn-cpp.git
branch = synergy
[submodule "third_party/msgpack-c"]
path = third_party/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
[submodule "third_party/bonefish"]
path = third_party/bonefish
url = https://github.com/symless/bonefish.git
[submodule "third_party/callable_traits"]
path = third_party/callable_traits
url = https://github.com/badair/callable_traits.git
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "third_party/beast"]
path = third_party/beast
url = https://github.com/boostorg/Beast.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/symless/json.git
branch = synergy
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/FakeIt"]
path = third_party/FakeIt
url = https://github.com/eranpeer/FakeIt.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git