mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
e712423c2d
* [ports/dylib] New port Signed-off-by: Martin Olivier <martin.olivier@live.fr> * fix: CPack installation Signed-off-by: Martin Olivier <martin.olivier@live.fr> * fix: added version in baseline && manifest format Signed-off-by: Martin Olivier <martin.olivier@live.fr> * fix: update version database * fix: removed redundant package_name Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * fix: cleanup Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * fix: newline at the end of portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * fix: cleanup * fix: hash --------- Signed-off-by: Martin Olivier <martin.olivier@live.fr> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|