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:02:00 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-29 11:02:00 -0400
commitaa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c (patch)
treeb417b3e386a863f23c8ee9aa77826c2aa3e54ea5 /.gitmodules
parent8e763a23b29a4af6b11bb3be80c7c1d890e77fce (diff)
downloadblessed-aa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c.tar.gz
blessed-aa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c.tar.bz2
blessed-aa9a3d2e3b1cad0ad26efd84a353fc2c8b5ea89c.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