vcpkg/ports/socket-io-client/vcpkg.json

17 lines
339 B
JSON
Raw Normal View History

{
"name": "socket-io-client",
"version": "3.1.0",
"description": "C++11 implementation of Socket.IO client",
"homepage": "https://github.com/socketio/socket.io-client-cpp",
"supports": "static",
"dependencies": [
"asio",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
"websocketpp"
]
}