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 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
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+
1522set (common_SRCS
1623 src/common/cleanup.h
1724 src/common/collection_reference.cc
@@ -28,14 +35,14 @@ set(common_SRCS
2835 src/common/query_snapshot.cc
2936 src/common/set_options.cc
3037 src/common/settings.cc
31- src/common/settings_ios.mm
3238 src/common/snapshot_metadata.cc
3339 src/common/to_string.cc
3440 src/common/to_string.h
3541 src/common/transaction.cc
3642 src/common/util.cc
3743 src/common/util.h
38- src/common/write_batch.cc)
44+ src/common/write_batch.cc
45+ ${settings_apple_SRCS} )
3946
4047set (android_SRCS
4148 src/android/blob_android.cc
You can’t perform that action at this time.
0 commit comments