summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2018-04-26 16:45:41 -0400
committerGravatar GitHub2018-04-26 16:45:41 -0400
commit4ac9b47dca0ecb450c51a521fec22f4e62021156 (patch)
treedc7b08b01fda1704a682e0d1584ab635a16f12c9 /src/common/CMakeLists.txt
parentMerge pull request #401 from lioncash/gdbstub (diff)
parentcommon: Remove chunk_file.h and linear_disk_cache.h (diff)
downloadyuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar.gz
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.tar.xz
yuzu-4ac9b47dca0ecb450c51a521fec22f4e62021156.zip
Merge pull request #403 from lioncash/common
common: Remove chunk_file.h and linear_disk_cache.h
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 32cb85de0..f49a31612 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -31,7 +31,6 @@ add_library(common STATIC
31 bit_set.h 31 bit_set.h
32 break_points.cpp 32 break_points.cpp
33 break_points.h 33 break_points.h
34 chunk_file.h
35 cityhash.cpp 34 cityhash.cpp
36 cityhash.h 35 cityhash.h
37 color.h 36 color.h
@@ -41,7 +40,6 @@ add_library(common STATIC
41 file_util.cpp 40 file_util.cpp
42 file_util.h 41 file_util.h
43 hash.h 42 hash.h
44 linear_disk_cache.h
45 logging/backend.cpp 43 logging/backend.cpp
46 logging/backend.h 44 logging/backend.h
47 logging/filter.cpp 45 logging/filter.cpp