aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-atomic
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-atomic')
-rw-r--r--ports/boost-atomic/CONTROL6
-rw-r--r--ports/boost-atomic/vcpkg.json20
2 files changed, 20 insertions, 6 deletions
diff --git a/ports/boost-atomic/CONTROL b/ports/boost-atomic/CONTROL
deleted file mode 100644
index 8313f4660..000000000
--- a/ports/boost-atomic/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-atomic
-Version: 1.75.0
-Build-Depends: boost-align, boost-assert, boost-build, boost-config, boost-integer, boost-modular-build-helper, boost-predef, boost-preprocessor, boost-static-assert, boost-type-traits, boost-vcpkg-helpers, boost-winapi
-Homepage: https://github.com/boostorg/atomic
-Description: Boost atomic module
diff --git a/ports/boost-atomic/vcpkg.json b/ports/boost-atomic/vcpkg.json
new file mode 100644
index 000000000..a1973a0a1
--- /dev/null
+++ b/ports/boost-atomic/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "boost-atomic",
+ "version-string": "1.75.0",
+ "description": "Boost atomic module",
+ "homepage": "https://github.com/boostorg/atomic",
+ "dependencies": [
+ "boost-align",
+ "boost-assert",
+ "boost-build",
+ "boost-config",
+ "boost-integer",
+ "boost-modular-build-helper",
+ "boost-predef",
+ "boost-preprocessor",
+ "boost-static-assert",
+ "boost-type-traits",
+ "boost-vcpkg-helpers",
+ "boost-winapi"
+ ]
+}