diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2019-09-10 00:12:49 +0200 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-09 15:12:49 -0700 |
| commit | 937e4d9ebbf9566172288a1e8cc9379c4b511c37 (patch) | |
| tree | 66713d728305f912948033804fede8522c97062c | |
| parent | 4469f31334b55aa6b6c09d2b7a46cf334bb10105 (diff) | |
| download | vcpkg-937e4d9ebbf9566172288a1e8cc9379c4b511c37.tar.gz vcpkg-937e4d9ebbf9566172288a1e8cc9379c4b511c37.zip | |
[ignition-common1] Add new port (#8111)
Add port for the ignition-common 1 library ( https://www.ignitionrobotics.org/libs/common ).
| -rw-r--r-- | ports/ignition-common1/CONTROL | 4 | ||||
| -rw-r--r-- | ports/ignition-common1/portfile.cmake | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ports/ignition-common1/CONTROL b/ports/ignition-common1/CONTROL new file mode 100644 index 000000000..4f4e0d569 --- /dev/null +++ b/ports/ignition-common1/CONTROL @@ -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 diff --git a/ports/ignition-common1/portfile.cmake b/ports/ignition-common1/portfile.cmake new file mode 100644 index 000000000..da65aa09a --- /dev/null +++ b/ports/ignition-common1/portfile.cmake @@ -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) |
