File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
firestore/integration_test_internal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ if(ANDROID)
284284 target_include_directories (${integration_test_target_name} PRIVATE
285285 ${ANDROID_NDK} /sources /android/native_app_glue)
286286
287- set (ADDITIONAL_LIBS log android atomic native_app_glue)
287+ set (ADDITIONAL_LIBS log android atomic native_app_glue nanopb )
288288else ()
289289 set (ABSEIL_CPP_ROOT ${CMAKE_CURRENT_LIST_DIR} /external/abseil-cpp/src/abseil-cpp)
290290
@@ -338,9 +338,9 @@ else()
338338 "-framework SystemConfiguration"
339339 )
340340 elseif (MSVC )
341- set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32)
341+ set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32 nanopb )
342342 else ()
343- set (ADDITIONAL_LIBS pthread)
343+ set (ADDITIONAL_LIBS pthread nanopb )
344344 endif ()
345345
346346 # If a config file is present, copy it into the binary location so that it's
You can’t perform that action at this time.
0 commit comments