early-access version 2853
This commit is contained in:
5
externals/vcpkg/ports/ignition-plugin1/portfile.cmake
vendored
Executable file
5
externals/vcpkg/ports/ignition-plugin1/portfile.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
set(PACKAGE_VERSION "1.1.0")
|
||||
ignition_modular_library(NAME plugin
|
||||
VERSION ${PACKAGE_VERSION}
|
||||
REF "ignition-plugin_${PACKAGE_VERSION}"
|
||||
SHA512 e932dd7e7b042e9fb4c0569cb8b4028e54c394228aadf6523fa60ab1b9f7f9a17d14c79886a76365e2c47423c221aaef9ca77df638d87e2b6edb82eea10c0a3d)
|
||||
19
externals/vcpkg/ports/ignition-plugin1/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/ignition-plugin1/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user