diff options
Diffstat (limited to 'vcpkg/ports/libassert/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libassert/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/libassert/vcpkg.json b/vcpkg/ports/libassert/vcpkg.json new file mode 100644 index 0000000..b1dbda3 --- /dev/null +++ b/vcpkg/ports/libassert/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "libassert", + "version": "2.2.1", + "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 + } + ] +} |