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"
2727
2828set (config_common_SRCS
2929 config.h
30- config.cc
3130 ${FIREBASE_GEN_FILE_DIR} /testing/testdata_config_generated.h
3231 ${FIREBASE_GEN_FILE_DIR} /testing/testdata_config_resource.h
3332 ${FIREBASE_GEN_FILE_DIR} /testing/testdata_config_resource.cc)
3433set (config_android_SRCS
34+ config.cc
3535 config_android.cc)
3636set (config_ios_SRCS
3737 config_ios.h
3838 config_ios.mm)
3939set (config_desktop_SRCS
40+ config.cc
4041 config_desktop.h
4142 config_desktop.cc)
4243if (ANDROID)
@@ -75,7 +76,11 @@ set(ticker_common_SRCS
7576set (ticker_android_SRCS
7677 ticker_android.cc)
7778set (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+ )
7984set (ticker_desktop_SRCS
8085 ticker_desktop.h
8186 ticker_desktop.cc)
You can’t perform that action at this time.
0 commit comments