mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 12:09:01 +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>
23 lines
473 B
JSON
23 lines
473 B
JSON
{
|
|
"name": "cpptrace",
|
|
"version": "0.2.1",
|
|
"description": "Simple, portable, and self-contained stacktrace library for C++11 and newer",
|
|
"homepage": "https://github.com/jeremy-rifkin/cpptrace",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "libdwarf",
|
|
"platform": "!windows | mingw"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|