mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"name": "libassert",
|
|
"version": "2.1.2",
|
|
"description": "The most over-engineered C++ assertion library",
|
|
"homepage": "https://github.com/jeremy-rifkin/libassert",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"cpptrace",
|
|
"magic-enum",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|