diff --git a/cachelib/allocator/CMakeLists.txt b/cachelib/allocator/CMakeLists.txt index 6103cdc82..ae2b08136 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