From 2db634ff19289a4a90948feaa8de324391204932 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Tue, 27 Sep 2022 14:52:58 -0400 Subject: [PATCH] Add yaml-cpp submodule --- .gitmodules | 3 +++ vendor/yaml-cpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/yaml-cpp diff --git a/.gitmodules b/.gitmodules index 4961d7f..738544e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ path = vendor/imgui url = https://github.com/gwm17/imgui.git branch = docking +[submodule "vendor/yaml-cpp"] + path = vendor/yaml-cpp + url = https://github.com/jbeder/yaml-cpp.git diff --git a/vendor/yaml-cpp b/vendor/yaml-cpp new file mode 160000 index 0000000..4ae4cb7 --- /dev/null +++ b/vendor/yaml-cpp @@ -0,0 +1 @@ +Subproject commit 4ae4cb7309c07b2d8623d7e4f01efa6321441366