common: add cache management functions

This commit is contained in:
Liam 2022-11-12 11:26:56 -05:00
parent c4d9b65e0c
commit 10751ff536
3 changed files with 89 additions and 0 deletions

View file

@ -34,6 +34,8 @@ add_library(common STATIC
bit_util.h
cityhash.cpp
cityhash.h
cache_management.cpp
cache_management.h
common_funcs.h
common_types.h
concepts.h