From 1c40e7aada6b32bbc621f06fb5f380149606a58d Mon Sep 17 00:00:00 2001 From: zxu Date: Mon, 5 Mar 2018 11:30:59 -0500 Subject: add converters and port paths to FSTQuery (#869) * add converters and fix FSTQuery.{h,m} only * address changes * a change forget to address * add a dummy function to make inline-only-library buildable --- .../core/test/firebase/firestore/testutil/CMakeLists.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Firestore/core/test/firebase/firestore/testutil/CMakeLists.txt') diff --git a/Firestore/core/test/firebase/firestore/testutil/CMakeLists.txt b/Firestore/core/test/firebase/firestore/testutil/CMakeLists.txt index 14308a5..636acb0 100644 --- a/Firestore/core/test/firebase/firestore/testutil/CMakeLists.txt +++ b/Firestore/core/test/firebase/firestore/testutil/CMakeLists.txt @@ -27,10 +27,12 @@ if(APPLE) list(APPEND TESTUTIL_DEPENDS firebase_firestore_testutil_apple) endif() -add_library( - firebase_firestore_testutil INTERFACE -) -target_link_libraries( - firebase_firestore_testutil INTERFACE - ${TESTUTIL_DEPENDS} +cc_library( + firebase_firestore_testutil + SOURCES + testutil.cc + testutil.h + DEPENDS + ${TESTUTIL_DEPENDS} + firebase_firestore_model ) -- cgit v1.2.3