From 891d57d200f55b91f80b6d3b4dd0c30479be6109 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 12 Apr 2016 18:40:52 -0400 Subject: Added basic ability to tweet --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6d8effa --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "vendor/liboauthcpp"] + path = vendor/liboauthcpp + url = https://github.com/sirikata/liboauthcpp +[submodule "vendor/json"] + path = vendor/json + url = https://github.com/nlohmann/json +[submodule "vendor/curlcpp"] + path = vendor/curlcpp + url = https://github.com/JosephP91/curlcpp -- cgit 1.4.1