early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/boost-chrono/portfile.cmake
vendored
Executable file
14
externals/vcpkg/ports/boost-chrono/portfile.cmake
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/chrono
|
||||
REF boost-1.79.0
|
||||
SHA512 b4809a49ca65bd7062a2bcc73dc044e7d47dfe058e31102977d1c394b78f806aa7b448a314aceef86d0939505a32a72cfd8101617be9037f4b591f1f04d8f303
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
37
externals/vcpkg/ports/boost-chrono/vcpkg.json
vendored
Executable file
37
externals/vcpkg/ports/boost-chrono/vcpkg.json
vendored
Executable file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "boost-chrono",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost chrono module",
|
||||
"homepage": "https://github.com/boostorg/chrono",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-assert",
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true
|
||||
},
|
||||
"boost-config",
|
||||
"boost-core",
|
||||
"boost-integer",
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true
|
||||
},
|
||||
"boost-move",
|
||||
"boost-mpl",
|
||||
"boost-predef",
|
||||
"boost-ratio",
|
||||
"boost-static-assert",
|
||||
"boost-system",
|
||||
"boost-throw-exception",
|
||||
"boost-type-traits",
|
||||
"boost-typeof",
|
||||
"boost-utility",
|
||||
"boost-vcpkg-helpers",
|
||||
"boost-winapi",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user