Skip to content

Commit

Permalink
Merge pull request #147 from firebase/dconeybe/FirestoreDbghelpBcrypt…
Browse files Browse the repository at this point in the history
…LibDependenciesAdded

firestore/CMakeLists.txt: add dbghelp and bcrypt libraries to ADDITIONAL_LIBS on windows
jonsimantov authored Jan 10, 2025
2 parents d099e4d + cf330de commit d3e92f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore/testapp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ else()
"-framework SystemConfiguration"
)
elseif(MSVC)
set(ADDITIONAL_LIBS advapi32 ws2_32 crypt32 iphlpapi psapi userenv)
set(ADDITIONAL_LIBS advapi32 ws2_32 crypt32 iphlpapi psapi userenv dbghelp bcrypt)
else()
set(ADDITIONAL_LIBS pthread)
endif()

0 comments on commit d3e92f6

Please sign in to comment.