aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpputest/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cpputest/vcpkg.json')
-rw-r--r--vcpkg/ports/cpputest/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/cpputest/vcpkg.json b/vcpkg/ports/cpputest/vcpkg.json
new file mode 100644
index 0000000..318c0a6
--- /dev/null
+++ b/vcpkg/ports/cpputest/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "cpputest",
+ "version": "4.0",
+ "description": "CppUTest unit testing and mocking framework for C/C++.",
+ "homepage": "https://github.com/cpputest/cpputest",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}