diff options
Diffstat (limited to 'vcpkg/ports/boost-lambda')
| -rw-r--r-- | vcpkg/ports/boost-lambda/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/boost-lambda/vcpkg.json | 58 |
2 files changed, 73 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-lambda/portfile.cmake b/vcpkg/ports/boost-lambda/portfile.cmake new file mode 100644 index 0000000..e5d92fc --- /dev/null +++ b/vcpkg/ports/boost-lambda/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/lambda + REF boost-${VERSION} + SHA512 c8561b63705be867a6ab91d62f5ff7358dfb67c24d80434d9d222b0443526617af3f441730dca8c47f1ab09390937154b17fb41b150c1dbb2886dc5e22fa4314 + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-lambda/vcpkg.json b/vcpkg/ports/boost-lambda/vcpkg.json new file mode 100644 index 0000000..f9e8044 --- /dev/null +++ b/vcpkg/ports/boost-lambda/vcpkg.json @@ -0,0 +1,58 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-lambda", + "version": "1.89.0", + "description": "Boost lambda module", + "homepage": "https://www.boost.org/libs/lambda", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-bind", + "version>=": "1.89.0" + }, + { + "name": "boost-cmake", + "version>=": "1.89.0" + }, + { + "name": "boost-config", + "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-iterator", + "version>=": "1.89.0" + }, + { + "name": "boost-mpl", + "version>=": "1.89.0" + }, + { + "name": "boost-preprocessor", + "version>=": "1.89.0" + }, + { + "name": "boost-tuple", + "version>=": "1.89.0" + }, + { + "name": "boost-type-traits", + "version>=": "1.89.0" + }, + { + "name": "boost-utility", + "version>=": "1.89.0" + } + ] +} |