diff options
Diffstat (limited to 'vcpkg/ports/boost-variant')
| -rw-r--r-- | vcpkg/ports/boost-variant/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/boost-variant/vcpkg.json | 70 |
2 files changed, 85 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-variant/portfile.cmake b/vcpkg/ports/boost-variant/portfile.cmake new file mode 100644 index 0000000..d225ca5 --- /dev/null +++ b/vcpkg/ports/boost-variant/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/variant + REF boost-${VERSION} + SHA512 c1919721c98e7b1df61b5fe8e3adf7f4e092cbd33168bc5dceb4b32d37b3712e1e8a6107c8b0ed9975a67ce5cfcf46d911360043621cf2290abc1940b1f9833a + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-variant/vcpkg.json b/vcpkg/ports/boost-variant/vcpkg.json new file mode 100644 index 0000000..ba0f1f8 --- /dev/null +++ b/vcpkg/ports/boost-variant/vcpkg.json @@ -0,0 +1,70 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-variant", + "version": "1.89.0", + "description": "Boost variant module", + "homepage": "https://www.boost.org/libs/variant", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-cmake", + "version>=": "1.89.0" + }, + { + "name": "boost-config", + "version>=": "1.89.0" + }, + { + "name": "boost-container-hash", + "version>=": "1.89.0" + }, + { + "name": "boost-core", + "version>=": "1.89.0" + }, + { + "name": "boost-detail", + "version>=": "1.89.0" + }, + { + "name": "boost-headers", + "version>=": "1.89.0" + }, + { + "name": "boost-integer", + "version>=": "1.89.0" + }, + { + "name": "boost-mpl", + "version>=": "1.89.0" + }, + { + "name": "boost-preprocessor", + "version>=": "1.89.0" + }, + { + "name": "boost-static-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-throw-exception", + "version>=": "1.89.0" + }, + { + "name": "boost-type-index", + "version>=": "1.89.0" + }, + { + "name": "boost-type-traits", + "version>=": "1.89.0" + }, + { + "name": "boost-utility", + "version>=": "1.89.0" + } + ] +} |