about summary refs log tree commit diff stats
path: root/vcpkg.json
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-02-27 16:32:32 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-02-27 16:32:32 -0500
commitb2b60f8ade218920dc3eb5304e7abb7dfa9f3a8d (patch)
tree23db862c08ca13d39961ce4693c713f7af610d95 /vcpkg.json
parentd03abe0db3c56502a1522230bc392f993447213d (diff)
downloadlingo-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.json1
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"