mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 00:49:20 +08:00
09007f767c
* [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * Update ports/configcat/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port * [configcat] Add new port Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
22 lines
592 B
JSON
22 lines
592 B
JSON
{
|
|
"name": "configcat",
|
|
"version": "0.1.0",
|
|
"description": "ConfigCat SDK for C++ provides easy integration for your application to ConfigCat. ConfigCat is a feature flag and configuration management service that lets you separate feature releases from deployments. Alternative to LaunchDarkly.",
|
|
"homepage": "https://configcat.com/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"cpr",
|
|
"hash-library",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"z4kn4fein-semver"
|
|
]
|
|
}
|