diff options
Diffstat (limited to 'vcpkg/ports/bext-mp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bext-mp/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/bext-mp/vcpkg.json b/vcpkg/ports/bext-mp/vcpkg.json new file mode 100644 index 0000000..413416c --- /dev/null +++ b/vcpkg/ports/bext-mp/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "bext-mp", + "version-date": "2023-03-02", + "description": "C++20 ~~Template~~ Meta-Programming", + "homepage": "https://boost-ext.github.io/mp/", + "license": "BSL-1.0", + "supports": "!windows | mingw", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |