From 8b29ce316f6a4b544057d378bf4e6cbc859b63f8 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Apr 2016 18:26:53 -0400 Subject: Added yaml-cpp submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6c14770..36738fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vendor/curlcpp"] path = vendor/curlcpp url = https://github.com/JosephP91/curlcpp +[submodule "vendor/yaml-cpp"] + path = vendor/yaml-cpp + url = https://github.com/jbeder/yaml-cpp -- cgit 1.4.1