We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77b16f commit a7b0706Copy full SHA for a7b0706
firestore/CMakeLists.txt
@@ -32,6 +32,7 @@ set(common_SRCS
32
src/common/field_path.cc
33
src/common/field_value.cc
34
src/common/firestore.cc
35
+ src/common/firestore_exceptions_main.h
36
src/common/futures.cc
37
src/common/futures.h
38
src/common/hard_assert_common.cc
@@ -192,7 +193,6 @@ set(main_SRCS
192
193
src/main/field_value_main.h
194
src/main/firestore_main.cc
195
src/main/firestore_main.h
- src/main/firestore_exceptions_main.h
196
src/main/listener_main.h
197
src/main/listener_registration_main.cc
198
src/main/listener_registration_main.h
0 commit comments