mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
91393faf12
* [ignition-common3] Fix usage for graph * version * Apply suggestion * version * Add option OPTIONS, add pkgconfig support, refactor function option declarations * Remove cmake find module installation, add pkgconfig support and fix PRIVATE_FOR limit * Apply suggestions, fix dependency libxml2 * version
29 lines
573 B
JSON
29 lines
573 B
JSON
{
|
|
"name": "ignition-common3",
|
|
"version": "3.9.0",
|
|
"port-version": 4,
|
|
"description": "Common libraries for robotics applications",
|
|
"homepage": "https://ignitionrobotics.org/libs/common",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "dlfcn-win32",
|
|
"platform": "windows | uwp"
|
|
},
|
|
"ffmpeg",
|
|
"freeimage",
|
|
"gts",
|
|
"ignition-cmake2",
|
|
"ignition-math6",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx"
|
|
},
|
|
"tinyxml2"
|
|
]
|
|
}
|