Skip to content

Commit

Permalink
[ignition-plugin1] Add new port
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Jun 6, 2020
1 parent 83f3459 commit c564842
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/ignition-plugin1/CONTROL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Source: ignition-plugin1
Version: 1.1.0
Homepage: https://ignitionrobotics.org/libs/plugin
Build-Depends: dlfcn-win32 (windows|uwp), ignition-cmake2, ignition-modularscripts
Description: Library for registering plugin libraries and dynamically loading them at runtime
7 changes: 7 additions & 0 deletions ports/ignition-plugin1/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake)

set(PACKAGE_VERSION "1.1.0")
ignition_modular_library(NAME plugin
VERSION ${PACKAGE_VERSION}
REF "ignition-plugin_${PACKAGE_VERSION}"
SHA512 0657c5816e67d02329a79364050b8a56957180e5b7481b01696c7369b063cbfedfc93793a8ad92d87d242d24e476283dc7847bd810a3de98d3ec5ae7d640568c)

0 comments on commit c564842

Please sign in to comment.