diff options
Diffstat (limited to 'vcpkg/ports/bext-ut/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bext-ut/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/bext-ut/vcpkg.json b/vcpkg/ports/bext-ut/vcpkg.json new file mode 100644 index 0000000..2888766 --- /dev/null +++ b/vcpkg/ports/bext-ut/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "bext-ut", + "version": "2.0.1", + "description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.", + "homepage": "https://github.com/boost-ext/ut", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |