From af6976a907b0d2a9fadbb14d7258bab44f075364 Mon Sep 17 00:00:00 2001 From: zxu Date: Sat, 27 Jan 2018 17:53:27 -0500 Subject: normalize and port the rest of Firebase/Port code (#713) * normalize bits * normalize ordered_code --- Firestore/core/src/firebase/firestore/util/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Firestore/core/src/firebase/firestore/util/CMakeLists.txt') diff --git a/Firestore/core/src/firebase/firestore/util/CMakeLists.txt b/Firestore/core/src/firebase/firestore/util/CMakeLists.txt index 51621a0..b763a63 100644 --- a/Firestore/core/src/firebase/firestore/util/CMakeLists.txt +++ b/Firestore/core/src/firebase/firestore/util/CMakeLists.txt @@ -107,11 +107,15 @@ cc_library( SOURCES autoid.cc autoid.h + bits.cc + bits.h comparison.cc comparison.h config.h firebase_assert.h log.h + ordered_code.cc + ordered_code.h secure_random.h string_util.cc string_util.h -- cgit v1.2.3