diff options
Diffstat (limited to 'vcpkg/ports/gz-common/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-common/vcpkg.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-common/vcpkg.json b/vcpkg/ports/gz-common/vcpkg.json new file mode 100644 index 0000000..9694cbb --- /dev/null +++ b/vcpkg/ports/gz-common/vcpkg.json @@ -0,0 +1,42 @@ +{ + "name": "gz-common", + "version": "6.0.2", + "port-version": 2, + "description": "Common libraries for robotics applications", + "homepage": "https://gazebosim.org/libs/common/", + "license": "Apache-2.0", + "dependencies": [ + "assimp", + { + "name": "dlfcn-win32", + "platform": "windows | uwp" + }, + { + "name": "ffmpeg", + "default-features": false, + "features": [ + "avcodec", + "avdevice", + "avformat", + "swscale" + ] + }, + "freeimage", + { + "name": "gdal", + "default-features": false + }, + "gz-cmake", + "gz-math", + "gz-utils", + { + "name": "ignition-modularscripts", + "host": true + }, + { + "name": "libuuid", + "platform": "!windows & !osx" + }, + "tinyxml2" + ] +} |