diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-29 10:50:56 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-29 10:50:56 -0400 |
commit | 44b272fa0c8d1ee29088d383605104227f3a224d (patch) | |
tree | 7383b9fa6db31876107085a6e5817a0f20d33bf5 /.gitmodules | |
parent | e3f781349f460f24dfdbd2a7908bfa8f46945c46 (diff) | |
download | furries-44b272fa0c8d1ee29088d383605104227f3a224d.tar.gz furries-44b272fa0c8d1ee29088d383605104227f3a224d.tar.bz2 furries-44b272fa0c8d1ee29088d383605104227f3a224d.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 d627b76..ad942bc 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,3 +4,6 @@ | |||
4 | [submodule "vendor/verbly"] | 4 | [submodule "vendor/verbly"] |
5 | path = vendor/verbly | 5 | path = vendor/verbly |
6 | url = https://github.com/hatkirby/verbly | 6 | url = https://github.com/hatkirby/verbly |
7 | [submodule "vendor/yaml-cpp"] | ||
8 | path = vendor/yaml-cpp | ||
9 | url = https://github.com/jbeder/yaml-cpp | ||