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)
284
284
target_include_directories (${integration_test_target_name} PRIVATE
285
285
${ANDROID_NDK} /sources/android/native_app_glue )
286
286
287
- set (ADDITIONAL_LIBS log android atomic native_app_glue )
287
+ set (ADDITIONAL_LIBS log android atomic native_app_glue nanopb )
288
288
else ()
289
289
set (ABSEIL_CPP_ROOT ${CMAKE_CURRENT_LIST_DIR} /external/abseil-cpp/src/abseil-cpp )
290
290
@@ -338,9 +338,9 @@ else()
338
338
"-framework SystemConfiguration"
339
339
)
340
340
elseif (MSVC )
341
- set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32 )
341
+ set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32 nanopb )
342
342
else ()
343
- set (ADDITIONAL_LIBS pthread )
343
+ set (ADDITIONAL_LIBS pthread nanopb )
344
344
endif ()
345
345
346
346
# 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