This commit is contained in:
9
rediska/cache/CMakeLists.txt
vendored
Normal file
9
rediska/cache/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
add_library(cache STATIC
|
||||
lru/LRU.cpp
|
||||
lru/LRUItemMetadata.cpp
|
||||
BaseItemMetadata.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(cache PUBLIC
|
||||
common
|
||||
)
|
||||
Reference in New Issue
Block a user