mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"name": "debug-assert",
|
|
"version": "1.3.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|