vcpkg/ports/quirc/vcpkg.json
Thomas1664 763f6664c1
[many ports] Fix copyright install (#25409)
* [Many ports] Fix copyright

* version

* [moos-core] Fix deprecated cmake

* version

* Fix cmake

* version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-06-24 12:50:23 -07:00

19 lines
366 B
JSON

{
"name": "quirc",
"version": "1.1",
"port-version": 3,
"description": "quirc is one of the C library available for scanning QR Codes",
"homepage": "https://github.com/dlbeer/quirc",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}