diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-27 16:32:32 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-27 16:32:32 -0500 |
commit | b2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d (patch) | |
tree | 23db862c08ca13d39961ce4693c713f7af610d95 /vcpkg.json | |
parent | d03abe0db3c56502a1522230bc392f993447213d (diff) | |
download | lingo-ap-tracker-b2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d.tar.gz lingo-ap-tracker-b2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d.tar.bz2 lingo-ap-tracker-b2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d.zip |
Fix websocketpp on gcc
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json index 8ba54b0..925212a 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
@@ -1,5 +1,6 @@ | |||
1 | { | 1 | { |
2 | "dependencies": [ | 2 | "dependencies": [ |
3 | "websocketpp", | ||
3 | "wxwidgets", | 4 | "wxwidgets", |
4 | "openssl", | 5 | "openssl", |
5 | "yaml-cpp" | 6 | "yaml-cpp" |