From: Sage Weil Date: Thu, 3 Sep 2015 19:27:45 +0000 (-0400) Subject: CMakeLists.txt: add newstore files X-Git-Tag: v9.1.0~226^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5799%2Fhead;p=ceph.git CMakeLists.txt: add newstore files Signed-off-by: Sage Weil --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 71eefc369c93..814228bf35c7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -573,7 +573,11 @@ set(libos_srcs os/KeyValueDB.cc os/MemStore.cc os/GenericObjectMap.cc - os/HashIndex.cc) + os/HashIndex.cc + os/newstore/NewStore.cc + os/newstore/newstore_types.cc + os/fs/FS.cc + os/fs/XFS.cc) set(os_mon_files os/LevelDBStore.cc) add_library(os_mon_objs OBJECT ${os_mon_files})