diff options
Diffstat (limited to 'ports/ignition-math4')
| -rw-r--r-- | ports/ignition-math4/CONTROL | 5 | ||||
| -rw-r--r-- | ports/ignition-math4/vcpkg.json | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/ignition-math4/CONTROL b/ports/ignition-math4/CONTROL deleted file mode 100644 index f9e87feb3..000000000 --- a/ports/ignition-math4/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: ignition-math4
-Version: 4.0.0-1
-Homepage: https://ignitionrobotics.org/libs/math
-Build-Depends: ignition-cmake0
-Description: Math API for robotic applications
diff --git a/ports/ignition-math4/vcpkg.json b/ports/ignition-math4/vcpkg.json new file mode 100644 index 000000000..bcdab1843 --- /dev/null +++ b/ports/ignition-math4/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "ignition-math4", + "version-string": "4.0.0", + "port-version": 2, + "description": "Math API for robotic applications", + "homepage": "https://ignitionrobotics.org/libs/math", + "dependencies": [ + "ignition-cmake0" + ] +} |
