Skip to content

Commit

Permalink
add dependencies as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
melode11 committed Mar 26, 2015
1 parent 58585b2 commit f0ec882
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "lib/websocketpp"]
path = lib/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
[submodule "lib/rapidjson"]
path = lib/rapidjson
url = https://github.com/miloyip/rapidjson.git
1 change: 1 addition & 0 deletions lib/rapidjson
Submodule rapidjson added at a36110
1 change: 1 addition & 0 deletions lib/websocketpp
Submodule websocketpp added at ac5d7e

0 comments on commit f0ec882

Please sign in to comment.