diff options
Diffstat (limited to 'vcpkg/ports/gz-math/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-math/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-math/vcpkg.json b/vcpkg/ports/gz-math/vcpkg.json new file mode 100644 index 0000000..f5ad3b2 --- /dev/null +++ b/vcpkg/ports/gz-math/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "gz-math", + "version": "8.1.0", + "description": "Math API for robotic applications", + "homepage": "https://ignitionrobotics.org/libs/math", + "license": null, + "dependencies": [ + "eigen3", + "gz-cmake", + "gz-utils", + { + "name": "ignition-modularscripts", + "host": true + } + ] +} |