diff options
Diffstat (limited to 'vcpkg/ports/stxxl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/stxxl/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/stxxl/vcpkg.json b/vcpkg/ports/stxxl/vcpkg.json new file mode 100644 index 0000000..4b43f28 --- /dev/null +++ b/vcpkg/ports/stxxl/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "stxxl", + "version-date": "2018-11-15", + "port-version": 9, + "description": "Standard Template Library for Extra Large Data Sets", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |