comparison Azure/CMakeLists.txt @ 91:7bf31db5497e

fix cryptopp lib name for Linux build
author Alain Mazy <am@osimis.io>
date Tue, 29 Nov 2022 15:00:48 +0100
parents 62752402edbb
children 4b30718f2e05 34fe18ca17d9 f4e05641c108
comparison
equal deleted inserted replaced
90:d65580d2e9ca 91:7bf31db5497e
116 116
117 if (NOT WIN32) 117 if (NOT WIN32)
118 118
119 target_link_libraries(OrthancAzureBlobStorage 119 target_link_libraries(OrthancAzureBlobStorage
120 PRIVATE 120 PRIVATE
121 cryptopp-static 121 cryptopp::cryptopp
122 ${WASTORAGE_LIBRARY} 122 ${WASTORAGE_LIBRARY}
123 ${UUID_LIBRARY} 123 ${UUID_LIBRARY}
124 ${Boost_LIBRARIES} 124 ${Boost_LIBRARIES}
125 ${LIBXML2_LIBRARIES} 125 ${LIBXML2_LIBRARIES}
126 cpprestsdk::cpprest 126 cpprestsdk::cpprest