vcpkg/ports/evpp/vcpkg.json
Cheney Wang 3a6ad4bc7a
[evpp] Add static/shared handling and export unofficial config and target file (#25641)
* [evpp] Export unofficial config and target file

* x-add-version

* Update patch

* x-add-version evpp --overwrite-version

* update patch

* x-add-version

* Add CONFIG in find_dependency()

* Modify patch

* separate patch

* Update path

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-14 14:56:20 -07:00

35 lines
702 B
JSON

{
"name": "evpp",
"version": "0.7.0",
"port-version": 7,
"description": "A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.",
"homepage": "https://github.com/Qihoo360/evpp",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "boost-lockfree",
"platform": "!windows"
},
{
"name": "concurrentqueue",
"platform": "!windows"
},
"glog",
{
"name": "libevent",
"features": [
"openssl"
]
},
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}