aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-plugin2
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gz-plugin2')
-rw-r--r--vcpkg/ports/gz-plugin2/portfile.cmake1
-rw-r--r--vcpkg/ports/gz-plugin2/vcpkg.json12
2 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-plugin2/portfile.cmake b/vcpkg/ports/gz-plugin2/portfile.cmake
new file mode 100644
index 0000000..9aefc82
--- /dev/null
+++ b/vcpkg/ports/gz-plugin2/portfile.cmake
@@ -0,0 +1 @@
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
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"
+ ]
+}