From cf630bfee60694f9bf1577972df169badda0b6e0 Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 21 Mar 2018 18:43:29 -0700 Subject: Port FSTLevelDBKey to C++ (#937) --- .../src/firebase/firestore/local/CMakeLists.txt | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Firestore/core/src/firebase/firestore/local/CMakeLists.txt (limited to 'Firestore/core/src/firebase/firestore/local/CMakeLists.txt') diff --git a/Firestore/core/src/firebase/firestore/local/CMakeLists.txt b/Firestore/core/src/firebase/firestore/local/CMakeLists.txt new file mode 100644 index 0000000..089d03c --- /dev/null +++ b/Firestore/core/src/firebase/firestore/local/CMakeLists.txt @@ -0,0 +1,25 @@ +# Copyright 2018 Google +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +cc_library( + firebase_firestore_local + SOURCES + leveldb_key.h + leveldb_key.cc + DEPENDS + LevelDB::LevelDB + absl_strings + firebase_firestore_model + firebase_firestore_util +) -- cgit v1.2.3