mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:28:59 +08:00
31 lines
585 B
JSON
31 lines
585 B
JSON
|
{
|
||
|
"name": "ignition-common1",
|
||
|
"version-string": "1.1.1",
|
||
|
"port-version": 2,
|
||
|
"description": "Common libraries for robotics applications",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "dlfcn-win32",
|
||
|
"platform": "windows | uwp"
|
||
|
},
|
||
|
{
|
||
|
"name": "ffmpeg",
|
||
|
"platform": "!windows & !uwp"
|
||
|
},
|
||
|
{
|
||
|
"name": "freeimage",
|
||
|
"platform": "!windows & !uwp"
|
||
|
},
|
||
|
{
|
||
|
"name": "gts",
|
||
|
"platform": "!windows & !uwp"
|
||
|
},
|
||
|
"ignition-cmake0",
|
||
|
"ignition-math4",
|
||
|
{
|
||
|
"name": "tinyxml2",
|
||
|
"platform": "!windows & !uwp"
|
||
|
}
|
||
|
]
|
||
|
}
|