Skip to content

Commit

Permalink
Add internal pot path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Nov 2, 2023
1 parent afe0810 commit 27ba655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion firestore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ if(IOS)
# FirebaseFirestore pod, so depend on headers available in the source
# distribution.
${FIREBASE_POD_DIR}/Pods/FirebaseFirestore
${FIREBASE_POD_DIR}/Pods/FirebaseFirestoreInternal
)
set(FIREBASE_FIRESTORE_CORE_HEADER_DIR
${FIREBASE_POD_DIR}/Pods/FirebaseFirestore/Firestore/core/include
Expand Down Expand Up @@ -428,13 +429,14 @@ elseif(IOS)
POD_NAMES
FirebaseCore
FirebaseFirestore
FirebaseFirestoreInternal
abseil
nanopb
gRPC-C++
gRPC-Core
FirebaseAuthInterop/FirebaseAuth/Interop
FirebaseCoreExtension/FirebaseCore/Extension
)
)

if (FIREBASE_XCODE_TARGET_FORMAT STREQUAL "frameworks")
set_target_properties(firebase_firestore PROPERTIES
Expand Down

0 comments on commit 27ba655

Please sign in to comment.