aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/check/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/check/vcpkg.json')
-rw-r--r--vcpkg/ports/check/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/check/vcpkg.json b/vcpkg/ports/check/vcpkg.json
new file mode 100644
index 0000000..dbc06c3
--- /dev/null
+++ b/vcpkg/ports/check/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "check",
+ "version": "0.15.2",
+ "port-version": 5,
+ "description": "A unit testing framework for C",
+ "homepage": "https://github.com/libcheck/check",
+ "license": "LGPL-2.1-only",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}