diff --git a/.gitmodules b/.gitmodules index 949580c7..28bd7b3f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Source/Vendors/json"] path = Source/Vendors/json url = git@github.com:nlohmann/json.git +[submodule "Source/Vendors/yaml-cpp"] + path = Source/Vendors/yaml-cpp + url = git@github.com:jbeder/yaml-cpp.git diff --git a/Source/Vendors/yaml-cpp b/Source/Vendors/yaml-cpp new file mode 160000 index 00000000..b57efe94 --- /dev/null +++ b/Source/Vendors/yaml-cpp @@ -0,0 +1 @@ +Subproject commit b57efe94e7d445713c29f863adb8c23438eaa217