diff options
Diffstat (limited to 'vcpkg/ports/moos-ui/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/moos-ui/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/moos-ui/vcpkg.json b/vcpkg/ports/moos-ui/vcpkg.json new file mode 100644 index 0000000..a625ef3 --- /dev/null +++ b/vcpkg/ports/moos-ui/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "moos-ui", + "version": "10.0.1", + "port-version": 5, + "description": "set of user interface tools to use and leverage the MOOS project.", + "homepage": "https://sites.google.com/site/moossoftware/", + "dependencies": [ + "moos-core", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |