mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
ff30334f3d
* Initial work to add libassert * Bump * Fix linux build * Bump * Update versions/l-/libassert.json Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> * Update cpptrace dependency specification * Patch cpptrace's config file * Bumps * Format fix * Bump * Remove libdwarf.patch * Bump * No need to list libdwarf as a dependency of libassert * Bump --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Co-authored-by: Monica <liuyumei01@beyondsoft.com>
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name": "libassert",
|
|
"version": "1.2.1",
|
|
"description": "The most over-engineered and overpowered C++ assertion library.",
|
|
"homepage": "https://github.com/jeremy-rifkin/libassert",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"cpptrace",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|