vcpkg/ports/unittest-cpp/vcpkg.json
2024-07-03 20:01:35 -07:00

18 lines
359 B
JSON

{
"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
}
]
}