about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-29 11:25:08 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-29 11:25:08 -0400
commitca7e2807e70aac07dfa6e467da9e5bc7ac07ff44 (patch)
tree66af5c7398f574d31e6ff85da3af0e54e11b99d0 /.gitmodules
parent9fbc620aa6516741a2d62660f2faada78baf7513 (diff)
downloadyandere-ca7e2807e70aac07dfa6e467da9e5bc7ac07ff44.tar.gz
yandere-ca7e2807e70aac07dfa6e467da9e5bc7ac07ff44.tar.bz2
yandere-ca7e2807e70aac07dfa6e467da9e5bc7ac07ff44.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 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