diff options
| author | 2016-12-23 13:37:40 +0000 | |
|---|---|---|
| committer | 2016-12-23 13:42:39 +0000 | |
| commit | 64f98f4d0f33b5c626d86a05ab9dd8060e160cc5 (patch) | |
| tree | 8874f16f9f840add798f58981d5c2fcdf4da3c84 /src/common/CMakeLists.txt | |
| parent | Merge pull request #2364 from mailwl/nwm-services (diff) | |
| download | yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.gz yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.tar.xz yuzu-64f98f4d0f33b5c626d86a05ab9dd8060e160cc5.zip | |
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
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 | |||
| 3 | 3 | ||
| 4 | set(SRCS | 4 | set(SRCS |
| 5 | break_points.cpp | 5 | break_points.cpp |
| 6 | emu_window.cpp | ||
| 7 | file_util.cpp | 6 | file_util.cpp |
| 8 | framebuffer_layout.cpp | 7 | framebuffer_layout.cpp |
| 9 | hash.cpp | 8 | hash.cpp |
| 10 | key_map.cpp | ||
| 11 | logging/filter.cpp | 9 | logging/filter.cpp |
| 12 | logging/text_formatter.cpp | 10 | logging/text_formatter.cpp |
| 13 | logging/backend.cpp | 11 | logging/backend.cpp |
| @@ -34,11 +32,9 @@ set(HEADERS | |||
| 34 | common_funcs.h | 32 | common_funcs.h |
| 35 | common_paths.h | 33 | common_paths.h |
| 36 | common_types.h | 34 | common_types.h |
| 37 | emu_window.h | ||
| 38 | file_util.h | 35 | file_util.h |
| 39 | framebuffer_layout.h | 36 | framebuffer_layout.h |
| 40 | hash.h | 37 | hash.h |
| 41 | key_map.h | ||
| 42 | linear_disk_cache.h | 38 | linear_disk_cache.h |
| 43 | logging/text_formatter.h | 39 | logging/text_formatter.h |
| 44 | logging/filter.h | 40 | logging/filter.h |