diff options
Diffstat (limited to 'vcpkg/ports/catch/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/catch/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/catch/vcpkg.json b/vcpkg/ports/catch/vcpkg.json new file mode 100644 index 0000000..fccc689 --- /dev/null +++ b/vcpkg/ports/catch/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "catch", + "version-string": "alias", + "port-version": 1, + "description": "Deprecated alias for Catch2 unit testing framework", + "dependencies": [ + "catch2" + ] +} |