mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
8f5d80b119
* [glaze] Add call to `vcpkg_cmake_config_fixup()` * version
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"name": "glaze",
|
|
"version": "1.3.3",
|
|
"port-version": 1,
|
|
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
|
|
"homepage": "https://github.com/stephenberry/glaze",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|