diff options
Diffstat (limited to 'vcpkg/ports/debug-assert/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/debug-assert/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/debug-assert/vcpkg.json b/vcpkg/ports/debug-assert/vcpkg.json new file mode 100644 index 0000000..81564b7 --- /dev/null +++ b/vcpkg/ports/debug-assert/vcpkg.json @@ -0,0 +1,16 @@ +{ + "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 + } + ] +} |