vcpkg/ports/hash-library/vcpkg.json
Thomas1664 4b155dfc75
[hash-library] Install config file (#26072)
* [hash-library] Install config file

* version

* move config file

* version
2022-08-01 14:33:12 -07:00

19 lines
356 B
JSON

{
"name": "hash-library",
"version": "8",
"port-version": 2,
"description": "Portable C++ hashing library",
"homepage": "https://create.stephan-brumme.com/hash-library/",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}