summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-12-23 23:35:35 +0100
committerGitHub <noreply@github.com>2016-12-23 23:35:35 +0100
commit51dd13b8a00f833b5bde88569d5a814c35d13a21 (patch)
treea38fa78e0a70e730f53fae3696dad13d4f34ac26 /src/common/CMakeLists.txt
parentMerge pull request #2370 from wwylele/where-is-my-shared-font (diff)
parentcore: Move emu_window and key_map into core (diff)
downloadyuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar
yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.gz
yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.bz2
yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.lz
yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.xz
yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.tar.zst
yuzu-51dd13b8a00f833b5bde88569d5a814c35d13a21.zip
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index e6c2ce335..5aecf6e6e 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -3,11 +3,9 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU
set(SRCS
break_points.cpp
- emu_window.cpp
file_util.cpp
framebuffer_layout.cpp
hash.cpp
- key_map.cpp
logging/filter.cpp
logging/text_formatter.cpp
logging/backend.cpp
@@ -34,11 +32,9 @@ set(HEADERS
common_funcs.h
common_paths.h
common_types.h
- emu_window.h
file_util.h
framebuffer_layout.h
hash.h
- key_map.h
linear_disk_cache.h
logging/text_formatter.h
logging/filter.h