From ca7e2807e70aac07dfa6e467da9e5bc7ac07ff44 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 29 Mar 2016 11:25:08 -0400 Subject: Added yaml-cpp as a submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 16192d6..08a42de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vendor/twitcurl"] path = vendor/twitcurl url = https://github.com/swatkat/twitcurl +[submodule "vendor/yaml-cpp"] + path = vendor/yaml-cpp + url = https://github.com/jbeder/yaml-cpp -- cgit 1.4.1