Skip to content

Commit

Permalink
Add more internal paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Nov 2, 2023
1 parent 301fbec commit d05f357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firestore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ if(IOS)
# The Firestore core on iOS comes via the FirebaseFirestore CocoaPod, and
# public headers should come from there.
${FIREBASE_POD_DIR}/Pods/FirebaseFirestore/Firestore/core/include
${FIREBASE_POD_DIR}/Pods/FirebaseFirestoreInternal/Firestore/core/include
${FIREBASE_POD_DIR}/Pods/FirebaseFirestore/Firestore/Protos/nanopb
${FIREBASE_POD_DIR}/Pods/FirebaseFirestoreInternal/Firestore/Protos/nanopb
PRIVATE
# Additionally, the core C++ API is not declared publicly within the
# FirebaseFirestore pod, so depend on headers available in the source
Expand Down

0 comments on commit d05f357

Please sign in to comment.