diff options
Diffstat (limited to 'vcpkg/ports/ade/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ade/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/ade/vcpkg.json b/vcpkg/ports/ade/vcpkg.json new file mode 100644 index 0000000..1cf88db --- /dev/null +++ b/vcpkg/ports/ade/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "ade", + "version-string": "0.1.2e", + "description": "ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution.", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |