Skip to content

Commit

Permalink
Add curl dependency for azure (#4018)
Browse files Browse the repository at this point in the history
Add curl dependency for azure-storage-cpplite port

---
TYPE: IMPROVEMENT
DESC: Add curl dependency for azure-storage-cpplite port
  • Loading branch information
davisp authored Apr 4, 2023
1 parent e86556f commit 2c7abf8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ports/azure-storage-cpplite/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"[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/"
"homepage": "https://blogs.msdn.com/b/windowsazurestorage/",
"dependencies": [
"curl"
]
}

0 comments on commit 2c7abf8

Please sign in to comment.