about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-29 10:50:56 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-29 10:50:56 -0400
commit44b272fa0c8d1ee29088d383605104227f3a224d (patch)
tree7383b9fa6db31876107085a6e5817a0f20d33bf5 /.gitmodules
parente3f781349f460f24dfdbd2a7908bfa8f46945c46 (diff)
downloadfurries-44b272fa0c8d1ee29088d383605104227f3a224d.tar.gz
furries-44b272fa0c8d1ee29088d383605104227f3a224d.tar.bz2
furries-44b272fa0c8d1ee29088d383605104227f3a224d.zip
Added yaml-cpp as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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