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/

View File

@ -9,3 +9,6 @@ endif()
add_subdirectory(cryptopp)
add_library(asio INTERFACE)
target_include_directories(asio INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/asio/asio/include)
target_compile_definitions(asio INTERFACE -DASIO_STANDALONE=1)

1
externals/asio vendored Submodule

@ -0,0 +1 @@
Subproject commit d28ec54750406dcfe65ecec8d39c8e536b53d172