mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:39:07 +08:00
73408b1769
* [gz-cmake3] Fix export of static deps * [gz-cmake3,gz-common5] Revise package import * [gz-common5] Disable tests by config * [gz-cmake3,gz-common5] Revise deps patching * [gz-common5] Take care of pkg-config * [gz-common5] Check installed components * Finish
36 lines
672 B
JSON
36 lines
672 B
JSON
{
|
|
"name": "gz-common5",
|
|
"version": "5.4.1",
|
|
"port-version": 1,
|
|
"description": "Common libraries for robotics applications",
|
|
"homepage": "https://ignitionrobotics.org/libs/common",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"assimp",
|
|
{
|
|
"name": "dlfcn-win32",
|
|
"platform": "windows | uwp"
|
|
},
|
|
"ffmpeg",
|
|
"freeimage",
|
|
"gdal",
|
|
"gts",
|
|
"gz-cmake3",
|
|
"gz-math7",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
"tinyxml2"
|
|
]
|
|
}
|