vcpkg/ports/robin-map/vcpkg.json
Francisco Facioni ca466d339e
[robin-map] add target and cleanup (#17361)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-05-17 23:47:21 -07:00

18 lines
380 B
JSON

{
"name": "robin-map",
"version-semver": "0.6.3",
"port-version": 1,
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
"homepage": "https://github.com/Tessil/robin-map",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}