forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
4 changed files
with
44 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,10 @@ | ||
set(PACKAGE_NAME sensors) | ||
|
||
ignition_modular_library( | ||
NAME ${PACKAGE_NAME} | ||
REF ${PORT}_${VERSION} | ||
VERSION ${VERSION} | ||
SHA512 968aab8d623c1716c4d0e164e70442e02ebe34f9277bcc48739c620124c80ba4896a846f9d052ac6d9b32b4d8805aee30b4f9c1248f75790de85718f659b6ff6 | ||
OPTIONS | ||
PATCHES | ||
) |
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,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" | ||
] | ||
} |
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
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,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "30989166a9bafd435a3344a388265a26f3aa9492", | ||
"version": "7.3.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |