diff options
Diffstat (limited to 'vcpkg/ports/sdformat/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sdformat/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/sdformat/vcpkg.json b/vcpkg/ports/sdformat/vcpkg.json new file mode 100644 index 0000000..9381904 --- /dev/null +++ b/vcpkg/ports/sdformat/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "sdformat", + "version": "15.1.1", + "port-version": 1, + "description": "Simulation Description Format (SDF) parser and description files.", + "homepage": "http://sdformat.org/", + "license": "Apache-2.0", + "supports": "!uwp", + "dependencies": [ + "gz-math", + "gz-tools", + "gz-utils", + "tinyxml2", + "urdfdom", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |