vcpkg/ports/gz-common5/vcpkg.json

36 lines
672 B
JSON
Raw Normal View History

2023-09-21 01:08:06 +08:00
{
"name": "gz-common5",
"version": "5.4.1",
"port-version": 2,
2023-09-21 01:08:06 +08:00
"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
2023-09-21 01:08:06 +08:00
},
"tinyxml2"
]
}