diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-02-28 18:21:01 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-02-28 18:21:01 -0500 |
commit | 717e6c62020f2408c3a72ab87e0cba410acc17e4 (patch) | |
tree | ecba36d6d392e5fe61ff982ccba7e81e8cfae745 /.gitmodules | |
parent | b228eb802b3c468bc7a7b905a0b771ba24679bab (diff) | |
download | rawr-ebooks-717e6c62020f2408c3a72ab87e0cba410acc17e4.tar.gz rawr-ebooks-717e6c62020f2408c3a72ab87e0cba410acc17e4.tar.bz2 rawr-ebooks-717e6c62020f2408c3a72ab87e0cba410acc17e4.zip |
Added yaml-cpp as a vendor submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 037e2c6..581c545 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,3 +1,6 @@ | |||
1 | [submodule "vendor/twitcurl"] | 1 | [submodule "vendor/twitcurl"] |
2 | path = vendor/twitcurl | 2 | path = vendor/twitcurl |
3 | url = https://github.com/swatkat/twitcurl | 3 | url = https://github.com/swatkat/twitcurl |
4 | [submodule "vendor/yaml-cpp"] | ||
5 | path = vendor/yaml-cpp | ||
6 | url = https://github.com/jbeder/yaml-cpp | ||