vcpkg/ports/skyr-url/vcpkg.json
Jack·Boos·Yu ff5bd0828c
[skyr-url] Fix cmake config files (#22760)
* [skyr-url] Fix cmake config files

* version
2022-01-24 14:58:41 -08:00

21 lines
408 B
JSON

{
"name": "skyr-url",
"version": "1.13.0",
"port-version": 2,
"description": "A C++ library that implements the WhatWG URL specification",
"homepage": "https://github.com/cpp-netlib/url",
"dependencies": [
"nlohmann-json",
"range-v3",
"tl-expected",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}