diff options
Diffstat (limited to 'vcpkg/ports/gz-cmake/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-cmake/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-cmake/vcpkg.json b/vcpkg/ports/gz-cmake/vcpkg.json new file mode 100644 index 0000000..a2eeddb --- /dev/null +++ b/vcpkg/ports/gz-cmake/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "gz-cmake", + "version": "4.1.1", + "port-version": 1, + "description": "CMake helper functions for building robotic applications", + "homepage": "https://gazebosim.org/libs/cmake/", + "license": null, + "dependencies": [ + { + "name": "ignition-modularscripts", + "host": true + } + ] +} |