File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
integration_test_internal Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ target_link_libraries(firebase_firestore
281
281
282
282
if (FIRESTORE_USE_EXTERNAL_CMAKE_BUILD )
283
283
target_link_libraries (firebase_firestore
284
- PRIVATE
284
+ PUBLIC
285
285
firestore_core
286
286
absl_variant
287
287
)
Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ 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 )
207
206
# Additional public headers for absl.
208
207
include_directories (${ABSEIL_CPP_ROOT} )
209
208
# Allow testing internal Firebase APIs.
You can’t perform that action at this time.
0 commit comments