aboutsummaryrefslogtreecommitdiff
path: root/ports/cpp-taskflow/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cpp-taskflow/vcpkg.json')
-rw-r--r--ports/cpp-taskflow/vcpkg.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/cpp-taskflow/vcpkg.json b/ports/cpp-taskflow/vcpkg.json
new file mode 100644
index 000000000..ca690bb21
--- /dev/null
+++ b/ports/cpp-taskflow/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "cpp-taskflow",
+ "version-string": "2.6.0",
+ "port-version": 1,
+ "description": "Fast Parallel Tasking Programming Library using Modern C++.",
+ "homepage": "https://github.com/taskflow/taskflow",
+ "dependencies": [
+ "taskflow"
+ ]
+}