mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:29:00 +08:00
b13e043b70
The `uuid/uuid.h` header conflicts with system libraries on osx; some system headers include `<uuid/uuid.h>`, intending to get the macOS system headers.
25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"name": "ignition-common3",
|
|
"version-string": "3.9.0",
|
|
"port-version": 2,
|
|
"description": "Common libraries for robotics applications",
|
|
"homepage": "https://ignitionrobotics.org/libs/common",
|
|
"dependencies": [
|
|
{
|
|
"name": "dlfcn-win32",
|
|
"platform": "windows | uwp"
|
|
},
|
|
"ffmpeg",
|
|
"freeimage",
|
|
"gts",
|
|
"ignition-cmake2",
|
|
"ignition-math6",
|
|
"ignition-modularscripts",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !uwp & !osx"
|
|
},
|
|
"tinyxml2"
|
|
]
|
|
}
|