diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-vsgqt/vcpkg.json')
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-vsgqt/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-vsgqt/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-vsgqt/vcpkg.json new file mode 100644 index 0000000..c1052c0 --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-vsgqt/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "vcpkg-ci-vsgqt", + "version-string": "ci", + "description": "Port to validate vsgqt in CI", + "homepage": "https://github.com/microsoft/vcpkg", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vsgqt", + "default-features": false + } + ], + "default-features": [ + "vsgxchange" + ], + "features": { + "vsgxchange": { + "description": "Build with vsgxchange", + "dependencies": [ + "vsgxchange" + ] + } + } +} |