summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-07 23:31:18 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-07 23:31:18 +0200
commitd9df5b575acbc4d1516a332aba8796d7bf2b3868 (patch)
tree506be130a59fb519a410ac892876ed1aa808efbe /src/common/CMakeLists.txt
parentCommon: Add proper macros to test for architecture pointer size (diff)
downloadyuzu-d9df5b575acbc4d1516a332aba8796d7bf2b3868.tar
yuzu-d9df5b575acbc4d1516a332aba8796d7bf2b3868.tar.gz
yuzu-d9df5b575acbc4d1516a332aba8796d7bf2b3868.tar.bz2
yuzu-d9df5b575acbc4d1516a332aba8796d7bf2b3868.tar.lz
yuzu-d9df5b575acbc4d1516a332aba8796d7bf2b3868.tar.xz
yuzu-d9df5b575acbc4d1516a332aba8796d7bf2b3868.tar.zst
yuzu-d9df5b575acbc4d1516a332aba8796d7bf2b3868.zip
Diffstat (limited to '')
-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 9a9f1a46b..b5b129a09 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -5,7 +5,6 @@ set(SRCS
break_points.cpp
emu_window.cpp
file_util.cpp
- hash.cpp
key_map.cpp
logging/filter.cpp
logging/text_formatter.cpp
@@ -36,7 +35,6 @@ set(HEADERS
emu_window.h
fifo_queue.h
file_util.h
- hash.h
key_map.h
linear_disk_cache.h
logging/text_formatter.h