mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
1e24ff5074
* [ignition-cmake0, ignition-cmake2] Update hash * x-add-version * Fix other ignition SHAs and use vcpkg-port-config.cmake modern machinery. * add license * x-add-version * format vcpkg.json * x-add-version * Add FILE_DISAMBIGUATOR Co-authored-by: Lily Wang <v-lilywang@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
36 lines
670 B
JSON
36 lines
670 B
JSON
{
|
|
"name": "ignition-common1",
|
|
"version": "1.1.1",
|
|
"port-version": 3,
|
|
"description": "Common libraries for robotics applications",
|
|
"license": null,
|
|
"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": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "tinyxml2",
|
|
"platform": "!windows & !uwp"
|
|
}
|
|
]
|
|
}
|