From 595d1a4ac5441538f386c59ecd9aa5d86475d637 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 4 Aug 2021 12:14:26 +0200 Subject: [PATCH] ADD: yaml-cpp as submodule --- .gitmodules | 3 +++ libs/yaml-cpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 libs/yaml-cpp diff --git a/.gitmodules b/.gitmodules index c7ed86b..82db5f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "libs/EventManager"] path = libs/EventManager url = https://gitea.federationhq.de/byterazor/EventManager.git +[submodule "libs/yaml-cpp"] + path = libs/yaml-cpp + url = https://github.com/jbeder/yaml-cpp.git diff --git a/libs/yaml-cpp b/libs/yaml-cpp new file mode 160000 index 0000000..0579ae3 --- /dev/null +++ b/libs/yaml-cpp @@ -0,0 +1 @@ +Subproject commit 0579ae3d976091d7d664aa9d2527e0d0cff25763