diff options
author | Arne Schwabe <arne@rfc2549.org> | 2018-01-03 09:31:45 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2018-01-03 09:31:45 +0100 |
commit | 9ec7ca00eec294f5498d5a468729882b7457fe05 (patch) | |
tree | 3cfaf76a494475b14354d5688d595033c6ab9065 /.gitmodules | |
parent | 597e73a7dacd52145df8b86e53eba743755330a0 (diff) |
More fixes for the new gradle/cmake build system
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dbd43e32..4d9dc2ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "main/src/main/cpp/openvpn3"] path = main/src/main/cpp/openvpn3 url = ../openvpn3.git +[submodule "main/src/main/cpp/asio"] + path = main/src/main/cpp/asio + url = https://github.com/chriskohlhoff/asio/ |