From ce7eda182099bfb400ef961aa5f3cb69045349c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilja=20Karta=C5=A1ov?= Date: Sat, 13 Jul 2019 14:13:02 +0200 Subject: [PATCH] Add submodules to proper paths --- .gitmodules | 6 ++++++ cStuff | 1 + sdk | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 cStuff create mode 160000 sdk diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7544bb5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "sdk"] + path = sdk + url = https://git.lowenware.com/lowenware/aisl-sdk.git +[submodule "cStuff"] + path = cStuff + url = https://git.lowenware.com/lowenware/cStuff.git diff --git a/cStuff b/cStuff new file mode 160000 index 0000000..4ba00ca --- /dev/null +++ b/cStuff @@ -0,0 +1 @@ +Subproject commit 4ba00ca17a6a86a9309fe8426220cc378d8f4579 diff --git a/sdk b/sdk new file mode 160000 index 0000000..b9e247b --- /dev/null +++ b/sdk @@ -0,0 +1 @@ +Subproject commit b9e247b88f43dfeae69ac1371a78787950d859ed