File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,17 @@ binary_to_array("testdata_config_resource"
27
27
28
28
set (config_common_SRCS
29
29
config.h
30
- config.cc
31
30
${FIREBASE_GEN_FILE_DIR} /testing/testdata_config_generated.h
32
31
${FIREBASE_GEN_FILE_DIR} /testing/testdata_config_resource.h
33
32
${FIREBASE_GEN_FILE_DIR} /testing/testdata_config_resource.cc )
34
33
set (config_android_SRCS
34
+ config.cc
35
35
config_android.cc )
36
36
set (config_ios_SRCS
37
37
config_ios.h
38
38
config_ios.mm )
39
39
set (config_desktop_SRCS
40
+ config.cc
40
41
config_desktop.h
41
42
config_desktop.cc )
42
43
if (ANDROID )
@@ -75,7 +76,11 @@ set(ticker_common_SRCS
75
76
set (ticker_android_SRCS
76
77
ticker_android.cc )
77
78
set (ticker_ios_SRCS
78
- ticker_ios.h )
79
+ ticker_ios.h
80
+ # Right now, we re-use the desktop implementation for iOS
81
+ ticker_desktop.h
82
+ ticker_desktop.cc
83
+ )
79
84
set (ticker_desktop_SRCS
80
85
ticker_desktop.h
81
86
ticker_desktop.cc )
You can’t perform that action at this time.
0 commit comments