From 6d459c02443a6e3d4efc41a4615c5d5a63823b0d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 3 Sep 2015 15:27:45 -0400 Subject: [PATCH] CMakeLists.txt: add newstore files Signed-off-by: Sage Weil --- src/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 71eefc369c93a..814228bf35c75 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}) -- 2.39.5