diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-29 11:02:00 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-29 11:02:00 -0400 |
commit | aa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c (patch) | |
tree | b417b3e386a863f23c8ee9aa77826c2aa3e54ea5 /.gitmodules | |
parent | 8e763a23b29a4af6b11bb3be80c7c1d890e77fce (diff) | |
download | blessed-aa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c.tar.gz blessed-aa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c.tar.bz2 blessed-aa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c.zip |
Added yaml-cpp as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 16192d6..08a42de 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,3 +4,6 @@ | |||
4 | [submodule "vendor/twitcurl"] | 4 | [submodule "vendor/twitcurl"] |
5 | path = vendor/twitcurl | 5 | path = vendor/twitcurl |
6 | url = https://github.com/swatkat/twitcurl | 6 | url = https://github.com/swatkat/twitcurl |
7 | [submodule "vendor/yaml-cpp"] | ||
8 | path = vendor/yaml-cpp | ||
9 | url = https://github.com/jbeder/yaml-cpp | ||