early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/boost-geometry/portfile.cmake
vendored
Executable file
12
externals/vcpkg/ports/boost-geometry/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/geometry
|
||||
REF boost-1.79.0
|
||||
SHA512 0f6e92d4dd9fc98598101bc0b581ffd22b7771686824aa37c713fd247cb19a4c60d750842a40da44438376a66ed067846381fba5b4cdc19a7182bf37d2d6fc77
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
43
externals/vcpkg/ports/boost-geometry/vcpkg.json
vendored
Executable file
43
externals/vcpkg/ports/boost-geometry/vcpkg.json
vendored
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "boost-geometry",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost geometry module",
|
||||
"homepage": "https://github.com/boostorg/geometry",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-algorithm",
|
||||
"boost-any",
|
||||
"boost-array",
|
||||
"boost-assert",
|
||||
"boost-concept-check",
|
||||
"boost-config",
|
||||
"boost-container",
|
||||
"boost-core",
|
||||
"boost-function-types",
|
||||
"boost-fusion",
|
||||
"boost-integer",
|
||||
"boost-iterator",
|
||||
"boost-lexical-cast",
|
||||
"boost-math",
|
||||
"boost-move",
|
||||
"boost-mpl",
|
||||
"boost-multiprecision",
|
||||
"boost-numeric-conversion",
|
||||
"boost-polygon",
|
||||
"boost-qvm",
|
||||
"boost-range",
|
||||
"boost-rational",
|
||||
"boost-serialization",
|
||||
"boost-smart-ptr",
|
||||
"boost-static-assert",
|
||||
"boost-thread",
|
||||
"boost-throw-exception",
|
||||
"boost-tokenizer",
|
||||
"boost-tuple",
|
||||
"boost-type-traits",
|
||||
"boost-utility",
|
||||
"boost-variant",
|
||||
"boost-variant2",
|
||||
"boost-vcpkg-helpers"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user