vcpkg/ports/tl-ranges/vcpkg.json
Thomas1664 4fa4413058
[tl-expected, tl-optional, tl-ranges] Fix CMake config location (#28228)
* tf-expected

* tl-optional

* tl-ranges

* format

* version
2022-12-08 10:42:16 -08:00

20 lines
442 B
JSON

{
"name": "tl-ranges",
"version-date": "2022-12-07",
"port-version": 1,
"description": "Ranges that didn't make C++20",
"homepage": "https://github.com/TartanLlama/ranges",
"documentation": "https://tl.tartanllama.xyz/en/latest/api/ranges/index.html",
"license": "CC0-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}