From 7ad6e07d7c958c6dbaa36a5a010d87ab50da873f Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 15 Jun 2023 15:03:16 +0200 Subject: [PATCH] ADD: added all dependencies --- .gitmodules | 15 +++++++++++++++ libs/Catch2 | 1 + libs/cppzmq | 1 + libs/libzmq | 1 + libs/loguru | 1 + libs/protobuf | 1 + 6 files changed, 20 insertions(+) create mode 100644 .gitmodules create mode 160000 libs/Catch2 create mode 160000 libs/cppzmq create mode 160000 libs/libzmq create mode 160000 libs/loguru create mode 160000 libs/protobuf diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..08a0fab --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "libs/libzmq"] + path = libs/libzmq + url = https://github.com/zeromq/libzmq.git +[submodule "libs/cppzmq"] + path = libs/cppzmq + url = https://github.com/zeromq/cppzmq.git +[submodule "libs/Catch2"] + path = libs/Catch2 + url = https://github.com/catchorg/Catch2.git +[submodule "libs/loguru"] + path = libs/loguru + url = https://github.com/emilk/loguru.git +[submodule "libs/protobuf"] + path = libs/protobuf + url = https://github.com/protocolbuffers/protobuf.git diff --git a/libs/Catch2 b/libs/Catch2 new file mode 160000 index 0000000..7a52dfa --- /dev/null +++ b/libs/Catch2 @@ -0,0 +1 @@ +Subproject commit 7a52dfa77b67b0041f7ad32b4f290b32abe48627 diff --git a/libs/cppzmq b/libs/cppzmq new file mode 160000 index 0000000..9a655c1 --- /dev/null +++ b/libs/cppzmq @@ -0,0 +1 @@ +Subproject commit 9a655c16f27a3aa9b371eb68db96d0c1335c88fb diff --git a/libs/libzmq b/libs/libzmq new file mode 160000 index 0000000..5657b45 --- /dev/null +++ b/libs/libzmq @@ -0,0 +1 @@ +Subproject commit 5657b4586f24ec433930e8ece02ddba7afcf0fe0 diff --git a/libs/loguru b/libs/loguru new file mode 160000 index 0000000..4adaa18 --- /dev/null +++ b/libs/loguru @@ -0,0 +1 @@ +Subproject commit 4adaa185883e3c04da25913579c451d3c32cfac1 diff --git a/libs/protobuf b/libs/protobuf new file mode 160000 index 0000000..d5067cc --- /dev/null +++ b/libs/protobuf @@ -0,0 +1 @@ +Subproject commit d5067ccbe657d86cce69b93a3bd6d0774b60e430