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:38:54 -0500
commit10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3 (patch)
treec5ff5c0684e70a0e252b550ea8550eb9a2d7f6d5 /vcpkg.json
parentc714f8d2a5827196ca86ed4351ae22cfce5dfce5 (diff)
downloadlingo-ap-tracker-10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3.tar.gz
lingo-ap-tracker-10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3.tar.bz2
lingo-ap-tracker-10d6eff4dc1ab7a79920721c0fe2ed371d7dfaf3.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"