comparison Azure/CMakeLists.txt @ 100:16f0abc677c5

fix Azure win compilation
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 15:58:17 +0200
parents f4e05641c108
children 57be7094d6c5
comparison
equal deleted inserted replaced
99:f4e05641c108 100:16f0abc677c5
119 if (NOT WIN32) 119 if (NOT WIN32)
120 120
121 target_link_libraries(OrthancAzureBlobStorage 121 target_link_libraries(OrthancAzureBlobStorage
122 PRIVATE 122 PRIVATE
123 cryptopp::cryptopp 123 cryptopp::cryptopp
124 ${WASTORAGE_LIBRARY} 124 Azure::azure-storage-blobs
125 ${UUID_LIBRARY} 125 ${UUID_LIBRARY}
126 ${Boost_LIBRARIES}
127 ${LIBXML2_LIBRARIES} 126 ${LIBXML2_LIBRARIES}
128 Azure::azure-storage-blobs
129 ) 127 )
130 else() 128 else()
131 target_link_libraries(OrthancAzureBlobStorage 129 target_link_libraries(OrthancAzureBlobStorage
132 PRIVATE 130 PRIVATE
131 cryptopp::cryptopp
133 Azure::azure-storage-blobs 132 Azure::azure-storage-blobs
134 ${OPENSSL_LIBRARY} 133 ${OPENSSL_LIBRARY}
135 ${WASTORAGE_LIBRARY}
136 ${CPPREST_LIBRARY}
137 Winhttp.lib 134 Winhttp.lib
138 Crypt32.lib 135 Crypt32.lib
139 xmllite.lib 136 xmllite.lib
140 ) 137 )
141 138