mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:09:04 +08:00
15 lines
282 B
JSON
15 lines
282 B
JSON
|
{
|
||
|
"name": "libsmb2",
|
||
|
"version-date": "2021-04-29",
|
||
|
"description": "SMB2/3 Userspace Client",
|
||
|
"homepage": "https://github.com/sahlberg/libsmb2",
|
||
|
"supports": "!osx",
|
||
|
"dependencies": [
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|