vcpkg/ports/robin-map/vcpkg.json
Cheney Wang 28d6249542
[robin-map] Fix error when use find_package(robin-map CONFIG REQUIRED) (#26633)
* [tsl-robin-map] Rename robin-map to tsl-robin-map

* format-manifest

* Let robin-map be an empty port

* x-add-version

* Add empty line

* Add PACKAGE_NAME tsl-robin-map

* Add missing port
2022-09-21 12:28:17 -07:00

19 lines
400 B
JSON

{
"name": "robin-map",
"version-semver": "1.0.1",
"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",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}