From 1d1ff0fdfc2c393cf70dcd40ae41d0165d8dbdf7 Mon Sep 17 00:00:00 2001 From: taylo2allen Date: Fri, 27 Jan 2023 21:06:52 -0800 Subject: [PATCH] Included the yaml-cpp lib into the project. --- .gitmodules | 3 +++ third-party/yaml-cpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 third-party/yaml-cpp diff --git a/.gitmodules b/.gitmodules index 7c7045a..4de8278 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "shortsync-git"] path = shortsync-git url = ssh://aur@aur.archlinux.org/shortsync-git.git +[submodule "third-party/yaml-cpp"] + path = third-party/yaml-cpp + url = https://github.com/jbeder/yaml-cpp diff --git a/third-party/yaml-cpp b/third-party/yaml-cpp new file mode 160000 index 0000000..1b50109 --- /dev/null +++ b/third-party/yaml-cpp @@ -0,0 +1 @@ +Subproject commit 1b50109f7bea60bd382d8ea7befce3d2bd67da5f