Skip to content

Commit

Permalink
Update Firestore headers directory
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Nov 7, 2023
1 parent 24ee9fc commit 536b886
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion firestore/src/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,18 @@ 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
# 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
${FIREBASE_POD_DIR}/Pods/FirebaseFirestoreInternal/Firestore/core/include
)
else()
# Desktop and Android get their public headers from the CMake build in
Expand Down Expand Up @@ -107,6 +110,7 @@ if(IOS)
firebase_firestore
POD_NAMES
FirebaseFirestore
FirebaseFirestoreInternal
)
endif()

0 comments on commit 536b886

Please sign in to comment.