vcpkg/ports/tl-optional/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

19 lines
465 B
JSON

{
"name": "tl-optional",
"version-date": "2021-05-02",
"description": "C++11/14/17 std::optional implementation with functional-style extensions",
"homepage": "https://github.com/TartanLlama/optional",
"documentation": "https://tl.tartanllama.xyz/en/latest/api/optional.html",
"license": "CC0-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}