vcpkg/ports/nameof/vcpkg.json
Daniil Goncharov 05d0035210
[nameof] Update to 0.10.2 (#26168)
* [nameof] Update to 0.10.2

* vcpkg x-add-version nameof

* modernization

* overwrite-version

* license

* overwrite-version

* fix review

* overwrite-version
2022-08-05 23:47:46 -07:00

18 lines
393 B
JSON

{
"name": "nameof",
"version": "0.10.2",
"description": "Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.",
"homepage": "https://github.com/Neargye/nameof",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}