early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/boost-ptr-container/portfile.cmake
vendored
Executable file
12
externals/vcpkg/ports/boost-ptr-container/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/ptr_container
|
||||
REF boost-1.79.0
|
||||
SHA512 65e90c815331ff3ccb1fbec2745e03beb5f97431c54a9eb2b2d4813a2709e655313ff3d30e06e4fa5f84aa4488cf1c17cfd7e0913498dcbd11a706d8ba2f71d0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
24
externals/vcpkg/ports/boost-ptr-container/vcpkg.json
vendored
Executable file
24
externals/vcpkg/ports/boost-ptr-container/vcpkg.json
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "boost-ptr-container",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost ptr_container module",
|
||||
"homepage": "https://github.com/boostorg/ptr_container",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-array",
|
||||
"boost-assert",
|
||||
"boost-circular-buffer",
|
||||
"boost-config",
|
||||
"boost-core",
|
||||
"boost-iterator",
|
||||
"boost-mpl",
|
||||
"boost-range",
|
||||
"boost-serialization",
|
||||
"boost-smart-ptr",
|
||||
"boost-static-assert",
|
||||
"boost-type-traits",
|
||||
"boost-unordered",
|
||||
"boost-utility",
|
||||
"boost-vcpkg-helpers"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user