aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Protos')
-rw-r--r--Firestore/Protos/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Firestore/Protos/CMakeLists.txt b/Firestore/Protos/CMakeLists.txt
index f20f702..de33491 100644
--- a/Firestore/Protos/CMakeLists.txt
+++ b/Firestore/Protos/CMakeLists.txt
@@ -43,3 +43,10 @@ target_compile_definitions(
firebase_firestore_protos_nanopb PUBLIC
-DPB_FIELD_16BIT
)
+
+# TODO(rsgowman): this may be worth moving into cc_library, possibly via an
+# INCLUDE_DIRS or similar.
+target_include_directories(
+ firebase_firestore_protos_nanopb PUBLIC
+ ${FIREBASE_SOURCE_DIR}/Firestore/Protos/nanopb
+)