mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
e9bd3fd9bc
- 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.
25 lines
517 B
JSON
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"
|
|
]
|
|
}
|