vcpkg/ports/libassert/vcpkg.json
2024-10-26 02:36:10 -07:00

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
}
]
}