diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-04-15 18:26:53 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-04-15 18:26:53 -0400 |
commit | 8b29ce316f6a4b544057d378bf4e6cbc859b63f8 (patch) | |
tree | d4e4bd2996d48977509e6ff7b3dbc8b06bd7eb75 /.gitmodules | |
parent | 9d021d0ef0e24595cd35e42d2847a6e679c386e0 (diff) | |
download | difference-8b29ce316f6a4b544057d378bf4e6cbc859b63f8.tar.gz difference-8b29ce316f6a4b544057d378bf4e6cbc859b63f8.tar.bz2 difference-8b29ce316f6a4b544057d378bf4e6cbc859b63f8.zip |
Added yaml-cpp submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6c14770..36738fe 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -7,3 +7,6 @@ | |||
7 | [submodule "vendor/curlcpp"] | 7 | [submodule "vendor/curlcpp"] |
8 | path = vendor/curlcpp | 8 | path = vendor/curlcpp |
9 | url = https://github.com/JosephP91/curlcpp | 9 | url = https://github.com/JosephP91/curlcpp |
10 | [submodule "vendor/yaml-cpp"] | ||
11 | path = vendor/yaml-cpp | ||
12 | url = https://github.com/jbeder/yaml-cpp | ||