From 5ac6658f248a7252d37e8c833496910d1f378949 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Tue, 27 Sep 2022 14:55:27 -0400 Subject: [PATCH] Add asio submodule --- .gitmodules | 3 +++ vendor/asio | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/asio diff --git a/.gitmodules b/.gitmodules index cd06b26..3cf3fd0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,3 +15,6 @@ path = vendor/implot url = https://github.com/gwm17/implot.git branch = backends +[submodule "vendor/asio"] + path = vendor/asio + url = https://github.com/chriskohlhoff/asio.git diff --git a/vendor/asio b/vendor/asio new file mode 160000 index 0000000..147f722 --- /dev/null +++ b/vendor/asio @@ -0,0 +1 @@ +Subproject commit 147f7225a96d45a2807a64e443177f621844e51c