diff options
Diffstat (limited to 'ports/cpp-taskflow')
| -rw-r--r-- | ports/cpp-taskflow/CONTROL | 5 | ||||
| -rw-r--r-- | ports/cpp-taskflow/vcpkg.json | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/cpp-taskflow/CONTROL b/ports/cpp-taskflow/CONTROL deleted file mode 100644 index 49885ffd0..000000000 --- a/ports/cpp-taskflow/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: cpp-taskflow
-Version: 2.6.0
-Description: Fast Parallel Tasking Programming Library using Modern C++.
-Homepage: https://github.com/taskflow/taskflow
-Build-Depends: taskflow
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" + ] +} |
