diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ffd67f074..61a0b1cc3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -34,7 +34,6 @@ set(SRCS | |||
| 34 | frontend/camera/factory.cpp | 34 | frontend/camera/factory.cpp |
| 35 | frontend/camera/interface.cpp | 35 | frontend/camera/interface.cpp |
| 36 | frontend/emu_window.cpp | 36 | frontend/emu_window.cpp |
| 37 | frontend/key_map.cpp | ||
| 38 | frontend/motion_emu.cpp | 37 | frontend/motion_emu.cpp |
| 39 | gdbstub/gdbstub.cpp | 38 | gdbstub/gdbstub.cpp |
| 40 | hle/config_mem.cpp | 39 | hle/config_mem.cpp |
| @@ -218,7 +217,7 @@ set(HEADERS | |||
| 218 | frontend/camera/factory.h | 217 | frontend/camera/factory.h |
| 219 | frontend/camera/interface.h | 218 | frontend/camera/interface.h |
| 220 | frontend/emu_window.h | 219 | frontend/emu_window.h |
| 221 | frontend/key_map.h | 220 | frontend/input.h |
| 222 | frontend/motion_emu.h | 221 | frontend/motion_emu.h |
| 223 | gdbstub/gdbstub.h | 222 | gdbstub/gdbstub.h |
| 224 | hle/config_mem.h | 223 | hle/config_mem.h |