vcpkg/ports/unittest-cpp/vcpkg.json
jim wang f287c48228
[unittest-cpp] Fix build failure on uwp (#35096)
* fix build failure under uwp

* update version

* include

* update version

* enable test

* update version

* remove CI
2023-11-16 12:53:14 -08:00

18 lines
359 B
JSON

{
"name": "unittest-cpp",
"version-semver": "2.0.0",
"port-version": 5,
"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
}
]
}