diff options
| author | 2014-09-12 17:44:25 -0400 | |
|---|---|---|
| committer | 2014-09-12 17:44:25 -0400 | |
| commit | cbdf4d4c8e11f8d1503b440eee1ed2d5f144a73f (patch) | |
| tree | c9c95671835d73b5ca7e52029de5bb27832e11a3 /src/common/CMakeLists.txt | |
| parent | Merge pull request #99 from archshift/ext-check (diff) | |
| parent | Added support for multiple input device types for KeyMap and connected Qt. (diff) | |
| download | yuzu-cbdf4d4c8e11f8d1503b440eee1ed2d5f144a73f.tar.gz yuzu-cbdf4d4c8e11f8d1503b440eee1ed2d5f144a73f.tar.xz yuzu-cbdf4d4c8e11f8d1503b440eee1ed2d5f144a73f.zip | |
Merge pull request #105 from kevinhartman/hid
Digital user input and HID module implementation for PAD
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 3a82f5b80..9d5a90762 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -4,10 +4,12 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU | |||
| 4 | set(SRCS | 4 | set(SRCS |
| 5 | break_points.cpp | 5 | break_points.cpp |
| 6 | console_listener.cpp | 6 | console_listener.cpp |
| 7 | emu_window.cpp | ||
| 7 | extended_trace.cpp | 8 | extended_trace.cpp |
| 8 | file_search.cpp | 9 | file_search.cpp |
| 9 | file_util.cpp | 10 | file_util.cpp |
| 10 | hash.cpp | 11 | hash.cpp |
| 12 | key_map.cpp | ||
| 11 | log_manager.cpp | 13 | log_manager.cpp |
| 12 | math_util.cpp | 14 | math_util.cpp |
| 13 | mem_arena.cpp | 15 | mem_arena.cpp |
| @@ -39,6 +41,7 @@ set(HEADERS | |||
| 39 | file_search.h | 41 | file_search.h |
| 40 | file_util.h | 42 | file_util.h |
| 41 | hash.h | 43 | hash.h |
| 44 | key_map.h | ||
| 42 | linear_disk_cache.h | 45 | linear_disk_cache.h |
| 43 | log.h | 46 | log.h |
| 44 | log_manager.h | 47 | log_manager.h |