early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/boost-timer/portfile.cmake
vendored
Executable file
14
externals/vcpkg/ports/boost-timer/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/timer
|
||||
REF boost-1.79.0
|
||||
SHA512 525f69db7b710a5d3f39b7c161e8ca60a72e48a17ccf0e31522cb5a0ddeac8ea03d9a41122b6ac25e8fbe11e28f563d8b52b7cd10817ff80bef597fe91860fe5
|
||||
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})
|
29
externals/vcpkg/ports/boost-timer/vcpkg.json
vendored
Executable file
29
externals/vcpkg/ports/boost-timer/vcpkg.json
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "boost-timer",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost timer module",
|
||||
"homepage": "https://github.com/boostorg/timer",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true
|
||||
},
|
||||
"boost-chrono",
|
||||
"boost-config",
|
||||
"boost-core",
|
||||
"boost-io",
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true
|
||||
},
|
||||
"boost-predef",
|
||||
"boost-system",
|
||||
"boost-throw-exception",
|
||||
"boost-vcpkg-helpers",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user