aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/catch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/catch')
-rw-r--r--vcpkg/ports/catch/portfile.cmake1
-rw-r--r--vcpkg/ports/catch/vcpkg.json9
2 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/catch/portfile.cmake b/vcpkg/ports/catch/portfile.cmake
new file mode 100644
index 0000000..065116c
--- /dev/null
+++ b/vcpkg/ports/catch/portfile.cmake
@@ -0,0 +1 @@
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
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"
+ ]
+}