Skip to content

Commit

Permalink
build: adjust visibility on FirebaseFirestore dependencies (#47)
Browse files Browse the repository at this point in the history
Make all the things in FirebaseFirestore link targets public.
  • Loading branch information
jeffdav authored Mar 13, 2024
1 parent 1d327f8 commit af6993f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ add_library(FirebaseFirestore SHARED
target_compile_options(FirebaseFirestore PRIVATE
-cxx-interoperability-mode=default)
target_link_libraries(FirebaseFirestore PUBLIC
firebase
FirebaseCore)
target_link_libraries(FirebaseFirestore PRIVATE
FirebaseCore
absl_bad_optional_access
absl_bad_variant_access
absl_base
Expand Down Expand Up @@ -140,10 +138,11 @@ target_link_libraries(FirebaseFirestore PRIVATE
address_sorting
cares
crypto
firebase
firebase_rest_lib
firestore_core
firestore_nanopb
firestore_protos_nanopb
firebase_rest_lib
firestore_util
flatbuffers
gpr
Expand Down

0 comments on commit af6993f

Please sign in to comment.