-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83f3459
commit c564842
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |