diff options
Diffstat (limited to 'vcpkg/ports/boost-throw-exception')
| -rw-r--r-- | vcpkg/ports/boost-throw-exception/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/boost-throw-exception/vcpkg.json | 26 |
2 files changed, 41 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-throw-exception/portfile.cmake b/vcpkg/ports/boost-throw-exception/portfile.cmake new file mode 100644 index 0000000..fc02e80 --- /dev/null +++ b/vcpkg/ports/boost-throw-exception/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/throw_exception + REF boost-${VERSION} + SHA512 99af9a7a29113bf93c54e64c6f2bc748273f3d9d109bd8841bdb1f3e2ea28b01880213d6dbc49c3afe0884da251f60a33f12a40f1ab694b1ceef54c25e3912a9 + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-throw-exception/vcpkg.json b/vcpkg/ports/boost-throw-exception/vcpkg.json new file mode 100644 index 0000000..0f149f9 --- /dev/null +++ b/vcpkg/ports/boost-throw-exception/vcpkg.json @@ -0,0 +1,26 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-throw-exception", + "version": "1.89.0", + "description": "Boost throw_exception module", + "homepage": "https://www.boost.org/libs/throw_exception", + "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-headers", + "version>=": "1.89.0" + } + ] +} |