diff options
Diffstat (limited to 'vcpkg/ports/boost-thread')
| -rw-r--r-- | vcpkg/ports/boost-thread/portfile.cmake | 15 | ||||
| -rw-r--r-- | vcpkg/ports/boost-thread/vcpkg.json | 118 |
2 files changed, 133 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-thread/portfile.cmake b/vcpkg/ports/boost-thread/portfile.cmake new file mode 100644 index 0000000..a58c7a2 --- /dev/null +++ b/vcpkg/ports/boost-thread/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/thread + REF boost-${VERSION} + SHA512 090a1222c836a7efabd767229278ba2896dd662b793799e711d41918d54cb17d25bdb66c8693103d0aebae862438cb90b4e49f8f5c7b066add5e15445482f39c + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-thread/vcpkg.json b/vcpkg/ports/boost-thread/vcpkg.json new file mode 100644 index 0000000..94e812f --- /dev/null +++ b/vcpkg/ports/boost-thread/vcpkg.json @@ -0,0 +1,118 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-thread", + "version": "1.89.0", + "description": "Boost thread module", + "homepage": "https://www.boost.org/libs/thread", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-atomic", + "version>=": "1.89.0" + }, + { + "name": "boost-bind", + "version>=": "1.89.0" + }, + { + "name": "boost-chrono", + "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-container-hash", + "version>=": "1.89.0" + }, + { + "name": "boost-core", + "version>=": "1.89.0" + }, + { + "name": "boost-date-time", + "version>=": "1.89.0" + }, + { + "name": "boost-exception", + "version>=": "1.89.0" + }, + { + "name": "boost-function", + "version>=": "1.89.0" + }, + { + "name": "boost-headers", + "version>=": "1.89.0" + }, + { + "name": "boost-io", + "version>=": "1.89.0" + }, + { + "name": "boost-move", + "version>=": "1.89.0" + }, + { + "name": "boost-optional", + "version>=": "1.89.0" + }, + { + "name": "boost-predef", + "version>=": "1.89.0" + }, + { + "name": "boost-preprocessor", + "version>=": "1.89.0" + }, + { + "name": "boost-smart-ptr", + "version>=": "1.89.0" + }, + { + "name": "boost-static-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-system", + "version>=": "1.89.0" + }, + { + "name": "boost-throw-exception", + "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" + }, + { + "name": "boost-winapi", + "version>=": "1.89.0" + } + ] +} |