File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
firestore/integration_test_internal Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ include_directories(src)
203
203
include_directories (${FIREBASE_CPP_SDK_DIR} )
204
204
# Additional public headers from Firestore core SDK.
205
205
include_directories (${PROJECT_BINARY_DIR} /bin/external/src/firestore )
206
+ include_directories (${PROJECT_BINARY_DIR} /bin/external/src/nanopb )
206
207
# Additional public headers for absl.
207
208
include_directories (${ABSEIL_CPP_ROOT} )
208
209
# Allow testing internal Firebase APIs.
@@ -284,7 +285,7 @@ if(ANDROID)
284
285
target_include_directories (${integration_test_target_name} PRIVATE
285
286
${ANDROID_NDK} /sources/android/native_app_glue )
286
287
287
- set (ADDITIONAL_LIBS log android atomic native_app_glue nanopb )
288
+ set (ADDITIONAL_LIBS log android atomic native_app_glue )
288
289
else ()
289
290
set (ABSEIL_CPP_ROOT ${CMAKE_CURRENT_LIST_DIR} /external/abseil-cpp/src/abseil-cpp )
290
291
@@ -338,9 +339,9 @@ else()
338
339
"-framework SystemConfiguration"
339
340
)
340
341
elseif (MSVC )
341
- set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32 nanopb )
342
+ set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32 )
342
343
else ()
343
- set (ADDITIONAL_LIBS pthread nanopb )
344
+ set (ADDITIONAL_LIBS pthread )
344
345
endif ()
345
346
346
347
# 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