vcpkg/ports/libassert/vcpkg.json

21 lines
404 B
JSON
Raw Normal View History

{
"name": "libassert",
"version": "2.1.0",
2024-03-19 05:39:31 +08:00
"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
}
]
}