Skip to content

Commit a19d7cc

Browse files
Add nanopb
1 parent ab8b574 commit a19d7cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firestore/integration_test_internal/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
288288
else()
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

0 commit comments

Comments
 (0)