diff options
Diffstat (limited to 'vcpkg/ports/boost-headers')
| -rw-r--r-- | vcpkg/ports/boost-headers/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/boost-headers/vcpkg.json | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-headers/portfile.cmake b/vcpkg/ports/boost-headers/portfile.cmake new file mode 100644 index 0000000..67ff4a3 --- /dev/null +++ b/vcpkg/ports/boost-headers/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/headers + REF boost-${VERSION} + SHA512 de3c08b24daaa84d20b1aaed817e0ebc8f6666dcd3db3fe31b6a78bc6be9372fa59bf07bea6930fa9a60e798f7437303795fd3f7cb84df77cfac72e02a081ba7 + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-headers/vcpkg.json b/vcpkg/ports/boost-headers/vcpkg.json new file mode 100644 index 0000000..8d23d47 --- /dev/null +++ b/vcpkg/ports/boost-headers/vcpkg.json @@ -0,0 +1,14 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-headers", + "version": "1.89.0", + "description": "Boost headers module", + "homepage": "https://www.boost.org/libs/headers", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.89.0" + } + ] +} |