From 97032e9c0f03c85d8d6764155c4af206fe94892b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20L=C3=BCke?= Date: Thu, 21 Nov 2024 19:49:42 +0100 Subject: [PATCH] add libnng submodule: https://github.com/nanomsg/nng.git main v1.9.0 --- .gitmodules | 4 ++++ external/nng | 1 + 2 files changed, 5 insertions(+) create mode 160000 external/nng diff --git a/.gitmodules b/.gitmodules index f7c7b16..89ec7f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = external/mesytec-mvlc url = ../mesytec-mvlc.git +[submodule "nng"] + path = external/nng + url = https://github.com/nanomsg/nng.git + branch = main diff --git a/external/nng b/external/nng new file mode 160000 index 0000000..29aff2b --- /dev/null +++ b/external/nng @@ -0,0 +1 @@ +Subproject commit 29aff2bacc9e2cfa6dcc52155d2816582617f918