mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:39:00 +08:00
18 lines
371 B
JSON
18 lines
371 B
JSON
|
{
|
||
|
"name": "dylib",
|
||
|
"version-semver": "2.2.1",
|
||
|
"description": "C++ cross-platform wrapper around dynamic loading of shared libraries",
|
||
|
"homepage": "https://github.com/martin-olivier/dylib",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|