From 35f05beb0d45eaad34b5bbb1cc9c4a31a781160f Mon Sep 17 00:00:00 2001 From: Kasper Sauramo Date: Sun, 12 Oct 2025 21:19:41 +0300 Subject: [PATCH] add libomt and libomtnet as submodules --- .gitmodules | 6 ++++++ 3rd/libomt | 1 + 3rd/libomtnet | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 3rd/libomt create mode 160000 3rd/libomtnet diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..11f1e53 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "3rd/libomt"] + path = 3rd/libomt + url = https://github.com/openmediatransport/libomt +[submodule "3rd/libomtnet"] + path = 3rd/libomtnet + url = https://github.com/openmediatransport/libomtnet diff --git a/3rd/libomt b/3rd/libomt new file mode 160000 index 0000000..da0bc46 --- /dev/null +++ b/3rd/libomt @@ -0,0 +1 @@ +Subproject commit da0bc46685ab00d62699822469d0ceddd16aeb75 diff --git a/3rd/libomtnet b/3rd/libomtnet new file mode 160000 index 0000000..d2a6251 --- /dev/null +++ b/3rd/libomtnet @@ -0,0 +1 @@ +Subproject commit d2a62512c595cea4e2ed44e59a46ddcd45765caa