diff options
| author | 2022-11-12 11:26:56 -0500 | |
|---|---|---|
| committer | 2022-11-12 11:26:56 -0500 | |
| commit | 70ea1c20002e8cb9a0f9e98b1992d4c731be0041 (patch) | |
| tree | 72aa8072fad6df71364db1062f3a016ccdfd381e /src/common/CMakeLists.txt | |
| parent | Merge pull request #9167 from vonchenplus/tess (diff) | |
| download | yuzu-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.txt | 2 |
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 |