diff options
Diffstat (limited to 'vcpkg/ports/boost-icl')
| -rw-r--r-- | vcpkg/ports/boost-icl/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/boost-icl/vcpkg.json | 78 |
2 files changed, 93 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-icl/portfile.cmake b/vcpkg/ports/boost-icl/portfile.cmake new file mode 100644 index 0000000..210a9a6 --- /dev/null +++ b/vcpkg/ports/boost-icl/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/icl + REF boost-${VERSION} + SHA512 2a0b21fbf10afb48fa7a6abc296b41f7dd0a650524bbefcb40430bee10116af02c9c43fb4aa7e8445579839b05e77f47190d4d56cd2408faf4b019012a53bbd1 + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-icl/vcpkg.json b/vcpkg/ports/boost-icl/vcpkg.json new file mode 100644 index 0000000..1057cea --- /dev/null +++ b/vcpkg/ports/boost-icl/vcpkg.json @@ -0,0 +1,78 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-icl", + "version": "1.89.0", + "description": "Boost icl module", + "homepage": "https://www.boost.org/libs/icl", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-cmake", + "version>=": "1.89.0" + }, + { + "name": "boost-concept-check", + "version>=": "1.89.0" + }, + { + "name": "boost-config", + "version>=": "1.89.0" + }, + { + "name": "boost-container", + "version>=": "1.89.0" + }, + { + "name": "boost-core", + "version>=": "1.89.0" + }, + { + "name": "boost-date-time", + "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-move", + "version>=": "1.89.0" + }, + { + "name": "boost-mpl", + "version>=": "1.89.0" + }, + { + "name": "boost-range", + "version>=": "1.89.0" + }, + { + "name": "boost-rational", + "version>=": "1.89.0" + }, + { + "name": "boost-static-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-type-traits", + "version>=": "1.89.0" + }, + { + "name": "boost-utility", + "version>=": "1.89.0" + } + ] +} |