vcpkg/ports/debug-assert/vcpkg.json

18 lines
344 B
JSON
Raw Normal View History

{
"name": "debug-assert",
"version": "1.3.3",
"port-version": 2,
"description": "Provides flexible DEBUG_ASSERT() macro.",
"homepage": "https://github.com/foonathan/debug_assert",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}