Add asio as a submodule

This commit is contained in:
James Rowe
2017-02-11 11:11:08 -07:00
parent e971f17bb8
commit 62850d1ead
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -22,3 +22,6 @@
[submodule "cryptopp"]
path = externals/cryptopp/cryptopp
url = https://github.com/weidai11/cryptopp.git
[submodule "asio"]
path = externals/asio
url = https://github.com/chriskohlhoff/asio/