aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-outcome
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-outcome')
-rw-r--r--ports/boost-outcome/CONTROL5
-rw-r--r--ports/boost-outcome/portfile.cmake14
2 files changed, 19 insertions, 0 deletions
diff --git a/ports/boost-outcome/CONTROL b/ports/boost-outcome/CONTROL
new file mode 100644
index 000000000..c97930c08
--- /dev/null
+++ b/ports/boost-outcome/CONTROL
@@ -0,0 +1,5 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+Source: boost-outcome
+Version: 1.70.0
+Build-Depends: boost-config, boost-throw-exception, boost-vcpkg-helpers
+Description: Boost outcome module
diff --git a/ports/boost-outcome/portfile.cmake b/ports/boost-outcome/portfile.cmake
new file mode 100644
index 000000000..c715bafb0
--- /dev/null
+++ b/ports/boost-outcome/portfile.cmake
@@ -0,0 +1,14 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+
+include(vcpkg_common_functions)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/outcome
+ REF boost-1.70.0
+ SHA512 7741d0aca8dd352a530f3b6a6878de492b5aca7f3ade7a86f17fa971dc054616dab0bb10c8d304a298b3e065ca16ab7dcd192d0fec4aaf237ed391390a93a0a8
+ HEAD_REF master
+)
+
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})