early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,12 @@
# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/xpressive
REF boost-1.79.0
SHA512 b7d5504b99b9c3007a34a82cf4d8f061955b1c197a1eb7c9245166ece395c4620889e6e9b509fd0b7caff6d5d30bd36ee8eb928f6a069399845200785dd51b23
HEAD_REF master
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})

View File

@@ -0,0 +1,32 @@
{
"name": "boost-xpressive",
"version": "1.79.0",
"description": "Boost xpressive module",
"homepage": "https://github.com/boostorg/xpressive",
"license": "BSL-1.0",
"dependencies": [
"boost-assert",
"boost-config",
"boost-conversion",
"boost-core",
"boost-exception",
"boost-fusion",
"boost-integer",
"boost-iterator",
"boost-lexical-cast",
"boost-mpl",
"boost-numeric-conversion",
"boost-optional",
"boost-preprocessor",
"boost-proto",
"boost-range",
"boost-smart-ptr",
"boost-spirit",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-typeof",
"boost-utility",
"boost-vcpkg-helpers"
]
}