mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
gz-sensors7 (#34831)
This commit is contained in:
parent
a0dcd70862
commit
51aa787313
10
ports/gz-sensors7/portfile.cmake
Normal file
10
ports/gz-sensors7/portfile.cmake
Normal file
@ -0,0 +1,10 @@
|
||||
set(PACKAGE_NAME sensors)
|
||||
|
||||
ignition_modular_library(
|
||||
NAME ${PACKAGE_NAME}
|
||||
REF ${PORT}_${VERSION}
|
||||
VERSION ${VERSION}
|
||||
SHA512 968aab8d623c1716c4d0e164e70442e02ebe34f9277bcc48739c620124c80ba4896a846f9d052ac6d9b32b4d8805aee30b4f9c1248f75790de85718f659b6ff6
|
||||
OPTIONS
|
||||
PATCHES
|
||||
)
|
21
ports/gz-sensors7/vcpkg.json
Normal file
21
ports/gz-sensors7/vcpkg.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "gz-sensors7",
|
||||
"version": "7.3.0",
|
||||
"description": "Component of Gazebo, provides numerous sensor models designed to generate realistic data from simulation environments.",
|
||||
"homepage": "https://gazebosim.org/libs/sensors",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
"gz-cmake3",
|
||||
"gz-common5",
|
||||
"gz-math7",
|
||||
"gz-msgs9",
|
||||
"gz-rendering7",
|
||||
"gz-transport12",
|
||||
{
|
||||
"name": "ignition-modularscripts",
|
||||
"host": true
|
||||
},
|
||||
"protobuf",
|
||||
"sdformat13"
|
||||
]
|
||||
}
|
@ -3208,6 +3208,10 @@
|
||||
"baseline": "7.4.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"gz-sensors7": {
|
||||
"baseline": "7.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"gz-tools2": {
|
||||
"baseline": "2.0.0",
|
||||
"port-version": 1
|
||||
|
9
versions/g-/gz-sensors7.json
Normal file
9
versions/g-/gz-sensors7.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "30989166a9bafd435a3344a388265a26f3aa9492",
|
||||
"version": "7.3.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user