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