diff options
Diffstat (limited to 'vcpkg/ports/gz-plugin2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-plugin2/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-plugin2/vcpkg.json b/vcpkg/ports/gz-plugin2/vcpkg.json new file mode 100644 index 0000000..3fc8c6a --- /dev/null +++ b/vcpkg/ports/gz-plugin2/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "gz-plugin2", + "version": "2.0.1", + "port-version": 1, + "description": "Library for registering plugin libraries and dynamically loading them at runtime", + "homepage": "https://ignitionrobotics.org/libs/plugin", + "license": null, + "supports": "!arm & !android", + "dependencies": [ + "gz-plugin" + ] +} |