vcpkg/ports/libzen/vcpkg.json
2023-04-02 21:16:47 -07:00

17 lines
311 B
JSON

{
"name": "libzen",
"version": "0.4.40",
"description": "ZenLib is a C++ utility library for easiest cross-platform development",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}