Skip to content

Commit

Permalink
[ignition-common1] Add new port (#8111)
Browse files Browse the repository at this point in the history
Add port for the ignition-common 1 library ( https://www.ignitionrobotics.org/libs/common ).
  • Loading branch information
traversaro authored and cbezault committed Sep 9, 2019
1 parent 4469f31 commit 937e4d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports/ignition-common1/CONTROL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Source: ignition-common1
Version: 1.1.1
Build-Depends: dlfcn-win32 (windows|uwp), ffmpeg (!windows&!uwp), freeimage (!windows&!uwp), gts (!windows&!uwp), ignition-cmake0, ignition-math4, tinyxml2 (!windows&!uwp)
Description: Common libraries for robotics applications
8 changes: 8 additions & 0 deletions ports/ignition-common1/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include(vcpkg_common_functions)

include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake)

ignition_modular_library(NAME common
VERSION "1.1.1"
REF ignition-common_1.1.1
SHA512 8453e1cf2337898b81b313aeffd1a7b683fd03184edfae74c81aa861b28036f6b9094fcab36f7a0f68b4204956d7116bd03073c7bdf2e769e47dffcdaad454d6)

0 comments on commit 937e4d9

Please sign in to comment.