yuzu/externals/vcpkg/ports/launch-darkly-server/vcpkg.json

20 lines
386 B
JSON
Executable File

{
"name": "launch-darkly-server",
"version": "2.4.3",
"description": "LaunchDarkly server-side SDK for C/C++",
"homepage": "https://github.com/launchdarkly/c-server-sdk",
"supports": "!uwp & !arm",
"dependencies": [
"curl",
"pcre",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}