vcpkg/ports/cunit/vcpkg.json
Lily Wang c9ab969f8e
[cunit] Fix Linux library name and export CMake (#26047)
* [cunit] Fix Linux library name and export CMake

* format vcpkg.json

* x-add-version

* [cunit] Define VERSION/RELEASE

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-08-01 13:31:06 -07:00

19 lines
512 B
JSON

{
"name": "cunit",
"version": "2.1.3",
"port-version": 8,
"description": "CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces",
"homepage": "https://sourceforge.net/projects/cunit/",
"license": "LGPL-2.0-only",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}