-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 944 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 "Catch2"]
path = libs/Catch2
url = https://git.skywarder.eu/avn/swd/third-party/Catch2.git
[submodule "Eigen"]
path = libs/eigen
url = https://git.skywarder.eu/avn/swd/third-party/eigen.git
[submodule "Modern formatting library"]
path = libs/fmt
url = https://git.skywarder.eu/avn/swd/third-party/fmt.git
[submodule "MAVLink Skyward library"]
path = libs/mavlink-skyward-lib
url = https://git.skywarder.eu/avn/swd/mavlink/mavlink-skyward-lib
[submodule "Miosix Host"]
path = libs/miosix-host
url = https://git.skywarder.eu/avn/swd/miosix-host.git
[submodule "Miosix Kernel"]
path = libs/miosix-kernel
url = https://git.skywarder.eu/avn/swd/miosix-kernel.git
[submodule "Miosix GUI library"]
path = libs/mxgui
url = https://git.skywarder.eu/avn/swd/third-party/mxgui.git
[submodule "Trivial serialization for C++"]
path = libs/tscpp
url = https://git.skywarder.eu/avn/swd/third-party/tscpp.git