Skip to content

Commit 47184b7

Browse files
committed
Initial commit
1 parent ccee89c commit 47184b7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

firestore/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ set(main_SRCS
192192
src/main/field_value_main.h
193193
src/main/firestore_main.cc
194194
src/main/firestore_main.h
195+
src/main/firestore_exceptions_main.h
195196
src/main/listener_main.h
196197
src/main/listener_registration_main.cc
197198
src/main/listener_registration_main.h
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#ifndef FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
2+
#define FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
3+
4+
// Note: this header only exists to simplify the Unity build (the SWIG build has
5+
// trouble directly including a header that comes from the iOS repo).
6+
#include "Firestore/core/src/util/firestore_exceptions.h"
7+
8+
#endif // FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_

0 commit comments

Comments
 (0)