diff --git a/cachelib/CMakeLists.txt b/cachelib/CMakeLists.txt index e17ff27c32..6d66a1389f 100644 --- a/cachelib/CMakeLists.txt +++ b/cachelib/CMakeLists.txt @@ -246,6 +246,8 @@ function(add_thrift_file PREFIX THRIFT_RELATIVE_PATH CPP_OPTION) "types_custom_protocol.h" "types.h" "types.tcc" + "types_binary.cpp" + "types_compact.cpp" ) # The thrift cpp option "frozen2" diff --git a/cachelib/allocator/CMakeLists.txt b/cachelib/allocator/CMakeLists.txt index 64db7e76eb..aad79b0a52 100644 --- a/cachelib/allocator/CMakeLists.txt +++ b/cachelib/allocator/CMakeLists.txt @@ -55,7 +55,6 @@ add_library (cachelib_allocator memory/MemoryPoolManager.cpp MemoryMonitor.cpp memory/SlabAllocator.cpp - memory/Slab.cpp nvmcache/NvmItem.cpp nvmcache/NavyConfig.cpp nvmcache/NavySetup.cpp