File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ if (APPLE AND NOT ANDROID )
16
+ set (settings_apple_SRCS
17
+ src/common/settings_ios.mm )
18
+ else ()
19
+ set (settings_apple_SRCS )
20
+ endif ()
21
+
15
22
set (common_SRCS
16
23
src/common/cleanup.h
17
24
src/common/collection_reference.cc
@@ -28,14 +35,14 @@ set(common_SRCS
28
35
src/common/query_snapshot.cc
29
36
src/common/set_options.cc
30
37
src/common/settings.cc
31
- src/common/settings_ios.mm
32
38
src/common/snapshot_metadata.cc
33
39
src/common/to_string.cc
34
40
src/common/to_string.h
35
41
src/common/transaction.cc
36
42
src/common/util.cc
37
43
src/common/util.h
38
- src/common/write_batch.cc )
44
+ src/common/write_batch.cc
45
+ ${settings_apple_SRCS} )
39
46
40
47
set (android_SRCS
41
48
src/android/blob_android.cc
You can’t perform that action at this time.
0 commit comments