diff options
Diffstat (limited to 'vcpkg/ports/boost-cmake/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/boost-cmake/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-cmake/vcpkg.json b/vcpkg/ports/boost-cmake/vcpkg.json new file mode 100644 index 0000000..5e1c258 --- /dev/null +++ b/vcpkg/ports/boost-cmake/vcpkg.json @@ -0,0 +1,18 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-cmake", + "version": "1.89.0", + "description": "Boost cmake module", + "homepage": "https://github.com/boostorg/cmake", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-uninstall", + "version>=": "1.89.0" + }, + { + "name": "vcpkg-boost", + "host": true + } + ] +} |