early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/boost-uuid/portfile.cmake
vendored
Executable file
12
externals/vcpkg/ports/boost-uuid/portfile.cmake
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/uuid
|
||||
REF boost-1.79.0
|
||||
SHA512 52a78598f7120906b03a6ecacf9997926c4e7f0f9696138f25ff75956b012010be5c1f212fb498b064cd94b420182857a17a750558758d82dad4b44d1bbeba47
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
25
externals/vcpkg/ports/boost-uuid/vcpkg.json
vendored
Executable file
25
externals/vcpkg/ports/boost-uuid/vcpkg.json
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "boost-uuid",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost uuid module",
|
||||
"homepage": "https://github.com/boostorg/uuid",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-assert",
|
||||
"boost-config",
|
||||
"boost-container-hash",
|
||||
"boost-core",
|
||||
"boost-io",
|
||||
"boost-move",
|
||||
"boost-numeric-conversion",
|
||||
"boost-predef",
|
||||
"boost-random",
|
||||
"boost-serialization",
|
||||
"boost-static-assert",
|
||||
"boost-throw-exception",
|
||||
"boost-tti",
|
||||
"boost-type-traits",
|
||||
"boost-vcpkg-helpers",
|
||||
"boost-winapi"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user