From 53391ec08ccf5162c3606c142bf603543aeb3e90 Mon Sep 17 00:00:00 2001 From: user Grupo de Sistemas Distribuidos Date: Sat, 2 Nov 2024 13:21:44 +0000 Subject: [PATCH] Fix 'missing CacheAllocator.cpp' during build --- cachelib/allocator/CMakeLists.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cachelib/allocator/CMakeLists.txt b/cachelib/allocator/CMakeLists.txt index 6103cdc823..ae2b08136b 100644 --- a/cachelib/allocator/CMakeLists.txt +++ b/cachelib/allocator/CMakeLists.txt @@ -27,7 +27,14 @@ add_library (cachelib_allocator ${SERIALIZE_THRIFT_FILES} ${DATASTRUCT_SERIALIZE_THRIFT_FILES} ${MEMORY_SERIALIZE_THRIFT_FILES} - CacheAllocator.cpp + CacheAllocatorLru2QCache.cpp + CacheAllocatorLru5B2QCache.cpp + CacheAllocatorLru5BCache.cpp + CacheAllocatorLru5BCacheWithSpinBuckets.cpp + CacheAllocatorLruCache.cpp + CacheAllocatorLruCacheWithSpinBuckets.cpp + CacheAllocatorTinyLFU5BCache.cpp + CacheAllocatorTinyLFUCache.cpp Cache.cpp CacheDetails.cpp CacheStats.cpp