We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d099e4d + cf330de commit d3e92f6Copy full SHA for d3e92f6
firestore/testapp/CMakeLists.txt
@@ -106,7 +106,7 @@ else()
106
"-framework SystemConfiguration"
107
)
108
elseif(MSVC)
109
- set(ADDITIONAL_LIBS advapi32 ws2_32 crypt32 iphlpapi psapi userenv)
+ set(ADDITIONAL_LIBS advapi32 ws2_32 crypt32 iphlpapi psapi userenv dbghelp bcrypt)
110
else()
111
set(ADDITIONAL_LIBS pthread)
112
endif()
0 commit comments