-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 920 Bytes
/
.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
[submodule "third_party/drogon"]
path = third_party/drogon
url = https://github.com/drogonframework/drogon.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/qtkeychain"]
path = third_party/qtkeychain
url = https://github.com/frankosterfeld/qtkeychain.git
[submodule "third_party/jwt"]
path = third_party/jwt
url = https://github.com/Thalhammer/jwt-cpp.git
[submodule "third_party/extra-cmake-modules"]
path = third_party/extra-cmake-modules
url = https://github.com/kde/extra-cmake-modules
[submodule "third_party/karchive"]
path = third_party/karchive
url = https://github.com/kde/karchive
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/doxygen-awesome-css"]
path = third_party/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css