summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-11-12 11:26:56 -0500
committerLiam <byteslice@airmail.cc>2022-11-12 11:26:56 -0500
commit70ea1c20002e8cb9a0f9e98b1992d4c731be0041 (patch)
tree72aa8072fad6df71364db1062f3a016ccdfd381e /src/common/CMakeLists.txt
parentc973029374a731e13f2de240820c818fa2899c2b (diff)
common: add cache management functions
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index c0555f840..b7c15c191 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -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