-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitmodules
42 lines (42 loc) · 1.52 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
37
38
39
40
41
42
[submodule "enki"]
path = enki
url = https://github.com/Mobsya/enki
[submodule "third_party/QtZeroConf"]
path = third_party/qtzeroconf
url = https://github.com/Mobsya/QtZeroConf
[submodule "third_party/libusb/libusb"]
path = third_party/libusb/libusb
url = https://github.com/Mobsya/libusb.git
[submodule "android/qt-android-cmake"]
path = android/qt-android-cmake
url = https://github.com/Mobsya/qt-android-cmake.git
[submodule "third_party/spdlog/spdlog"]
path = third_party/spdlog/spdlog
url = https://github.com/gabime/spdlog
[submodule "third_party/expected/expected"]
path = third_party/expected/expected
url = https://github.com/TartanLlama/expected
[submodule "third_party/aware"]
path = third_party/aware
url = https://github.com/mobsya/aware
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/mobsya/flatbuffers
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/qt-solutions/qt-solutions"]
path = third_party/qt-solutions/qt-solutions
url = https://github.com/qtproject/qt-solutions.git
[submodule "third_party/mpark.variant"]
path = third_party/mpark.variant
url = https://github.com/mpark/variant
[submodule "third_party/pugixml"]
path = third_party/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "third_party/range-v3"]
path = third_party/range-v3
url = https://github.com/ericniebler/range-v3
[submodule "third_party/quazip"]
path = third_party/quazip
url = https://github.com/mobsya/quazip