vcpkg/ports/libuuid/vcpkg.json

20 lines
391 B
JSON
Raw Permalink Normal View History

{
"name": "libuuid",
"version": "1.0.3",
"port-version": 14,
"description": "Universally unique id library",
"homepage": "https://sourceforge.net/projects/libuuid",
"license": "BSD-3-Clause",
"supports": "!osx & !windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}