mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:22:47 +08:00
c9ab969f8e
* [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>
19 lines
512 B
JSON
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
|
|
}
|
|
]
|
|
}
|