forked from mavlink/MAVSDK
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 764 Bytes
/
.gitmodules
File metadata and controls
22 lines (22 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "mavlink_v2"]
path = third_party/mavlink/include/mavlink/v2.0
url = https://github.com/mavlink/c_library_v2.git
[submodule "gtest"]
path = third_party/gtest
url = https://github.com/google/googletest
[submodule "curl-android-ios"]
path = core/third_party/curl-android-ios
url = https://github.com/dronecore/curl-android-ios.git
[submodule "tinyxml2"]
path = core/third_party/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "dronecore-proto"]
path = backend/proto
url = https://github.com/dronecore/DroneCore-Proto.git
[submodule "zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
ignore = dirty
[submodule "json11"]
path = plugins/mission/third_party/json11
url = https://github.com/dropbox/json11