mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
f287c48228
* fix build failure under uwp * update version * include * update version * enable test * update version * remove CI
18 lines
359 B
JSON
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
|
|
}
|
|
]
|
|
}
|