add_library(cache STATIC lru/LRU.cpp lru/LRUItemMetadata.cpp BaseItemMetadata.cpp ) target_link_libraries(cache PUBLIC common )