mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
4ff2d52566
* [libsbml] Update, port fixes * [check] Follow VCPKG_LIBRARY_LINKAGE * [check] Don't install checkmk * [check] Burn-in dllimport * [libsbml] Devendor dirent * [libsbml] Burn-in library linkage * Finish * Fix typo * [libsbml] Shorten patch
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"name": "check",
|
|
"version": "0.15.2",
|
|
"port-version": 5,
|
|
"description": "A unit testing framework for C",
|
|
"homepage": "https://github.com/libcheck/check",
|
|
"license": "LGPL-2.1-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|