vcpkg/ports/ignition-plugin1/vcpkg.json
LilyWangLL 1e24ff5074
[ignition-*] Update hashes (#24618)
* [ignition-cmake0, ignition-cmake2] Update hash

* x-add-version

* Fix other ignition SHAs and use vcpkg-port-config.cmake modern machinery.

* add license

* x-add-version

* format vcpkg.json

* x-add-version

* Add FILE_DISAMBIGUATOR

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-05-12 16:22:01 -07:00

20 lines
450 B
JSON

{
"name": "ignition-plugin1",
"version": "1.1.0",
"port-version": 2,
"description": "Library for registering plugin libraries and dynamically loading them at runtime",
"homepage": "https://ignitionrobotics.org/libs/plugin",
"license": null,
"dependencies": [
{
"name": "dlfcn-win32",
"platform": "windows | uwp"
},
"ignition-cmake2",
{
"name": "ignition-modularscripts",
"host": true
}
]
}