mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
727bdba9a3
* [ports/inih/{portfile.cmake,vcpkg.json}] Upgrade from r51 to r56 * [ports/inih] Upgrade to latest vcpkg recommendations * [ports/inih/CMakeLists.txt] Export targets (following `ports/openctm/CMakeLists.txt` template) * Thomas1664's nitpicks agreed on by BillyONeal. * Fix vcpkg_cmake_config_fixup call and add usage. * Hook up with_INIReader * Version DB oops Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
30 lines
592 B
JSON
30 lines
592 B
JSON
{
|
|
"name": "minio-cpp",
|
|
"version": "0.1.1",
|
|
"port-version": 1,
|
|
"description": "The MinIO C++ Client SDK provides simple APIs to access any Amazon S3 compatible object storage",
|
|
"homepage": "https://github.com/minio/minio-cpp",
|
|
"license": "Apache-2.0",
|
|
"supports": "!windows & !uwp",
|
|
"dependencies": [
|
|
"curlpp",
|
|
{
|
|
"name": "inih",
|
|
"features": [
|
|
"cpp"
|
|
]
|
|
},
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"pugixml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|