From 2ce8d722b2ac4580ee1a626b3ea2cf40899feb3f Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Tue, 30 Jul 2024 20:52:57 +0800 Subject: [PATCH] =?UTF-8?q?Develop:=20=E6=96=B0=E5=A2=9Ecppzmq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ third_party/cppzmq | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/cppzmq diff --git a/.gitmodules b/.gitmodules index 7fb3998..c50a5c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "third_party/glfw"] path = third_party/glfw url = https://github.com/glfw/glfw.git +[submodule "third_party/cppzmq"] + path = third_party/cppzmq + url = https://github.com/zeromq/cppzmq.git diff --git a/third_party/cppzmq b/third_party/cppzmq new file mode 160000 index 0000000..6164cf7 --- /dev/null +++ b/third_party/cppzmq @@ -0,0 +1 @@ +Subproject commit 6164cf7dbc1df6d1bd8e4c6c5f8e52d7dea63aa7