mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:39:00 +08:00
2a9046de13
* [2.4.3] Add launch-darkly-server port * Review portfile * Skip database tests.
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|