diff options
Diffstat (limited to 'vcpkg/ports/unittest-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/unittest-cpp/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/unittest-cpp/vcpkg.json b/vcpkg/ports/unittest-cpp/vcpkg.json new file mode 100644 index 0000000..2a5211f --- /dev/null +++ b/vcpkg/ports/unittest-cpp/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "unittest-cpp", + "version-semver": "2.0.0", + "port-version": 6, + "description": "A lightweight unit testing framework for C++", + "homepage": "https://github.com/unittest-cpp/unittest-cpp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |