Adding missing lib for building tests with Ninja from command prompt (#1230)
fixes: #1228
This commit is contained in:
parent
bdc2931855
commit
606dd98ea2
@ -81,7 +81,7 @@ target_link_libraries(azure-storage-common PUBLIC Azure::azure-core)
|
||||
target_link_libraries(azure-storage-common INTERFACE Threads::Threads ${LIBXML2_LIBRARIES})
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(azure-storage-common PRIVATE bcrypt)
|
||||
target_link_libraries(azure-storage-common PRIVATE bcrypt crypt32)
|
||||
# C28020 and C28204 are introduced by nlohmann/json
|
||||
target_compile_options(azure-storage-common PUBLIC /wd28204 /wd28020)
|
||||
else()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user