diff options
| author | bunnei <bunneidev@gmail.com> | 2018-04-07 00:48:22 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-04-13 23:48:22 -0400 |
| commit | 45fd7c4a37d4b890f98f8a0a9373e57c0830cc8d (patch) | |
| tree | c8407755365316b1316407d5aee6871c0007ba85 /src/common/CMakeLists.txt | |
| parent | da1114ca59ab2fbd4a1020db79f98b75cf4a6d5a (diff) | |
common: Port cityhash code from Citra.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2ba1da195..d6eb9055b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -32,6 +32,8 @@ add_library(common STATIC break_points.cpp break_points.h chunk_file.h + cityhash.cpp + cityhash.h code_block.h color.h common_funcs.h @@ -39,7 +41,6 @@ add_library(common STATIC common_types.h file_util.cpp file_util.h - hash.cpp hash.h linear_disk_cache.h logging/backend.cpp |
