diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/rpath-test/vcpkg.json')
| -rw-r--r-- | vcpkg/scripts/test_ports/rpath-test/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/rpath-test/vcpkg.json b/vcpkg/scripts/test_ports/rpath-test/vcpkg.json new file mode 100644 index 0000000..7136d04 --- /dev/null +++ b/vcpkg/scripts/test_ports/rpath-test/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "rpath-test", + "version-string": "ci", + "description": "Test rpath fixup", + "dependencies": [ + "rpath-test-binaries" + ] +} |