vcpkg/ports/realm-core/vcpkg.json
Kai Pastor e9bd3fd9bc
[realm-core] Update to 14.8.0, cleanup, fix (#39043)
- Fix openssl dependency setup, treat ios like osx
- Fix zlib dependency setup (canonical cmake/vcpkg)
- Fix build for emscripten
- Fix use of ambiguous CMake variables (for
https://github.com/microsoft/vcpkg/pull/34546)
- Carry third-party notices

Out of scope: De-vendoring bundled deps.
2024-06-02 23:13:24 -07:00

25 lines
517 B
JSON

{
"name": "realm-core",
"version": "14.8.0",
"description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.",
"homepage": "https://github.com/realm/realm-core",
"license": null,
"supports": "!emscripten",
"dependencies": [
{
"name": "openssl",
"platform": "!ios & !osx",
"version>=": "3.2.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}