vcpkg/ports/bsio/vcpkg.json
IronsDu eba919784d
[bsio] Add new port (#17789)
* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* add the port of bsio library

* Update portfile.cmake

Format vcpkg_cmake_configure

* add the port of bsio library

Co-authored-by: duzhongwei <duzhongwei@querycap.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-05-13 11:07:01 -07:00

14 lines
270 B
JSON

{
"name": "bsio",
"version": "1.0.0",
"description": "networking library, ans support HTTP/WebSocket, based on asio.",
"homepage": "https://github.com/ArkNX/bsio",
"dependencies": [
"asio",
{
"name": "vcpkg-cmake",
"host": true
}
]
}