-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
21 lines (21 loc) · 867 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "src/third-party/tgbot-cpp"]
path = src/third-party/tgbot-cpp
url = https://github.com/Royna2544/tgbot-cpp.git
[submodule "src/third-party/dlfcn-win32"]
path = src/third-party/dlfcn-win32
url = https://github.com/Royna2544/dlfcn-win32.git
[submodule "src/third-party/corrosion"]
path = src/third-party/corrosion
url = https://github.com/corrosion-rs/corrosion
[submodule "src/third-party/cpp-httplib"]
path = src/third-party/cpp-httplib
url = https://github.com/yhirose/cpp-httplib
[submodule "clientapp/android/app/src/main/cpp/abseil-cpp"]
path = src/third-party/abseil-cpp
url = https://github.com/abseil/abseil-cpp/
[submodule "src/third-party/fruit"]
path = src/third-party/fruit
url = https://github.com/google/fruit
[submodule "src/third-party/googletest"]
path = src/third-party/googletest
url = https://github.com/google/googletest/