mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
rename dll to wastorage to keep consistency
This commit is contained in:
parent
5849d36d48
commit
31b4236f09
@ -1,5 +1,5 @@
|
|||||||
diff --git a/Microsoft.WindowsAzure.Storage/CMakeLists.txt b/Microsoft.WindowsAzure.Storage/CMakeLists.txt
|
diff --git a/Microsoft.WindowsAzure.Storage/CMakeLists.txt b/Microsoft.WindowsAzure.Storage/CMakeLists.txt
|
||||||
index f037c7f..a0b5982 100644
|
index f037c7f..478bf48 100644
|
||||||
--- a/Microsoft.WindowsAzure.Storage/CMakeLists.txt
|
--- a/Microsoft.WindowsAzure.Storage/CMakeLists.txt
|
||||||
+++ b/Microsoft.WindowsAzure.Storage/CMakeLists.txt
|
+++ b/Microsoft.WindowsAzure.Storage/CMakeLists.txt
|
||||||
@@ -1,6 +1,10 @@
|
@@ -1,6 +1,10 @@
|
||||||
@ -100,7 +100,7 @@ index f037c7f..a0b5982 100644
|
|||||||
+ set(AZURESTORAGE_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/includes)
|
+ set(AZURESTORAGE_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/includes)
|
||||||
+ set(AZURESTORAGE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/includes ${CASABLANCA_INCLUDE_DIRS})
|
+ set(AZURESTORAGE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/includes ${CASABLANCA_INCLUDE_DIRS})
|
||||||
|
|
||||||
+ set(AZURESTORAGE_LIBRARY azure-storage-cpp)
|
+ set(AZURESTORAGE_LIBRARY wastorage)
|
||||||
+ set(AZURESTORAGE_LIBRARIES ${AZURESTORAGE_LIBRARY} ${CASABLANCA_LIBRARIES})
|
+ set(AZURESTORAGE_LIBRARIES ${AZURESTORAGE_LIBRARY} ${CASABLANCA_LIBRARIES})
|
||||||
+else()
|
+else()
|
||||||
+ # Reconfigure final output directory
|
+ # Reconfigure final output directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user