diff options
Diffstat (limited to 'vcpkg/ports/taskflow/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/taskflow/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/taskflow/vcpkg.json b/vcpkg/ports/taskflow/vcpkg.json new file mode 100644 index 0000000..140fe8a --- /dev/null +++ b/vcpkg/ports/taskflow/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "taskflow", + "version": "3.10.0", + "description": "A General-purpose Task-parallel Programming System using Modern C++", + "homepage": "https://github.com/taskflow/taskflow", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |