diff options
Diffstat (limited to 'ports/sdformat10')
| -rw-r--r-- | ports/sdformat10/CONTROL | 6 | ||||
| -rw-r--r-- | ports/sdformat10/vcpkg.json | 13 |
2 files changed, 13 insertions, 6 deletions
diff --git a/ports/sdformat10/CONTROL b/ports/sdformat10/CONTROL deleted file mode 100644 index 9ec10952d..000000000 --- a/ports/sdformat10/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: sdformat10 -Version: 10.0.0 -Homepage: http://sdformat.org/ -Build-Depends: ignition-math6, urdfdom, tinyxml2 -Description: Simulation Description Format (SDF) parser and description files. -Supports: !(uwp)
\ No newline at end of file diff --git a/ports/sdformat10/vcpkg.json b/ports/sdformat10/vcpkg.json new file mode 100644 index 000000000..d7d3d8f24 --- /dev/null +++ b/ports/sdformat10/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "sdformat10", + "version-string": "10.0.0", + "port-version": 1, + "description": "Simulation Description Format (SDF) parser and description files.", + "homepage": "http://sdformat.org/", + "supports": "!uwp", + "dependencies": [ + "ignition-math6", + "tinyxml2", + "urdfdom" + ] +} |
