Skip to content

Commit d3e92f6

Browse files
authored
Merge pull request #147 from firebase/dconeybe/FirestoreDbghelpBcryptLibDependenciesAdded
firestore/CMakeLists.txt: add dbghelp and bcrypt libraries to ADDITIONAL_LIBS on windows
2 parents d099e4d + cf330de commit d3e92f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/testapp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ else()
106106
"-framework SystemConfiguration"
107107
)
108108
elseif(MSVC)
109-
set(ADDITIONAL_LIBS advapi32 ws2_32 crypt32 iphlpapi psapi userenv)
109+
set(ADDITIONAL_LIBS advapi32 ws2_32 crypt32 iphlpapi psapi userenv dbghelp bcrypt)
110110
else()
111111
set(ADDITIONAL_LIBS pthread)
112112
endif()

0 commit comments

Comments
 (0)