aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-storage-cpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/azure-storage-cpp/vcpkg.json')
-rw-r--r--vcpkg/ports/azure-storage-cpp/vcpkg.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/vcpkg/ports/azure-storage-cpp/vcpkg.json b/vcpkg/ports/azure-storage-cpp/vcpkg.json
new file mode 100644
index 0000000..d10b5fa
--- /dev/null
+++ b/vcpkg/ports/azure-storage-cpp/vcpkg.json
@@ -0,0 +1,45 @@
+{
+ "name": "azure-storage-cpp",
+ "version": "7.5.0",
+ "port-version": 8,
+ "description": [
+ "[legacy] Microsoft Azure Storage Client SDK for C++",
+ "A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client."
+ ],
+ "homepage": "https://blogs.msdn.com/b/windowsazurestorage/",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "atlmfc",
+ "platform": "windows"
+ },
+ {
+ "name": "boost-locale",
+ "platform": "!windows & !uwp"
+ },
+ {
+ "name": "boost-log",
+ "platform": "!windows & !uwp"
+ },
+ {
+ "name": "cpprestsdk",
+ "default-features": false
+ },
+ {
+ "name": "libuuid",
+ "platform": "!windows & !uwp & !osx"
+ },
+ {
+ "name": "libxml2",
+ "platform": "!windows & !uwp"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}