vcpkg/ports/libsmb2/vcpkg.json

20 lines
364 B
JSON
Raw Normal View History

{
"name": "libsmb2",
"version-date": "2021-04-29",
"port-version": 2,
"description": "SMB2/3 Userspace Client",
"homepage": "https://github.com/sahlberg/libsmb2",
"supports": "!osx",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}