mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
cc63dc0f66
* Update cmake to 3.25.1 * [libphonenumber] fix finding of protobuf * Add zeroc-ice:x64-windows-static-md=fail Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: Cheney-Wang <850426846@qq.com>
26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"name": "libphonenumber",
|
|
"version": "8.13.1",
|
|
"port-version": 1,
|
|
"description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.",
|
|
"license": "Apache-2.0",
|
|
"supports": "!linux & !osx",
|
|
"dependencies": [
|
|
"abseil",
|
|
"boost-date-time",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"icu",
|
|
"protobuf",
|
|
"re2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|