summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2022-11-12 11:26:56 -0500
committerGravatar Liam2022-11-12 11:26:56 -0500
commit70ea1c20002e8cb9a0f9e98b1992d4c731be0041 (patch)
tree72aa8072fad6df71364db1062f3a016ccdfd381e /src/common/CMakeLists.txt
parentMerge pull request #9167 from vonchenplus/tess (diff)
downloadyuzu-70ea1c20002e8cb9a0f9e98b1992d4c731be0041.tar.gz
yuzu-70ea1c20002e8cb9a0f9e98b1992d4c731be0041.tar.xz
yuzu-70ea1c20002e8cb9a0f9e98b1992d4c731be0041.zip
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
34 bit_util.h 34 bit_util.h
35 cityhash.cpp 35 cityhash.cpp
36 cityhash.h 36 cityhash.h
37 cache_management.cpp
38 cache_management.h
37 common_funcs.h 39 common_funcs.h
38 common_types.h 40 common_types.h
39 concepts.h 41 concepts.h