Skip to content

Commit f0ec882

Browse files
committed
add dependencies as submodules
1 parent 58585b2 commit f0ec882

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "lib/websocketpp"]
2+
path = lib/websocketpp
3+
url = https://github.com/zaphoyd/websocketpp.git
4+
[submodule "lib/rapidjson"]
5+
path = lib/rapidjson
6+
url = https://github.com/miloyip/rapidjson.git

lib/rapidjson

Submodule rapidjson added at a36110e

lib/websocketpp

Submodule websocketpp added at ac5d7ea

0 commit comments

Comments
 (0)