mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:09:07 +08:00
27 lines
497 B
JSON
27 lines
497 B
JSON
{
|
|
"name": "libmodman",
|
|
"version-string": "2.0.1",
|
|
"port-version": 4,
|
|
"description": "a simple library for managing modules",
|
|
"homepage": "https://code.google.com/p/libmodman",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tests": {
|
|
"description": "Build libmodman tests",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|