diff options
| author | 2014-09-08 21:46:02 -0700 | |
|---|---|---|
| committer | 2014-09-12 01:15:14 -0700 | |
| commit | 02fd19b2f60f4db8a683734e4300d7498c861309 (patch) | |
| tree | c9c95671835d73b5ca7e52029de5bb27832e11a3 /src/common/CMakeLists.txt | |
| parent | Initial HID PAD work, with GLFW only. (diff) | |
| download | yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.gz yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.xz yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.zip | |
Added support for multiple input device types for KeyMap and connected Qt.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 4ae34bea9..9d5a90762 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -4,6 +4,7 @@ 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 |