diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 0fcf7a9d7..34b41ce01 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | add_library(input_common STATIC | 1 | add_library(input_common STATIC |
| 2 | drivers/keyboard.cpp | 2 | drivers/keyboard.cpp |
| 3 | drivers/keyboard.h | 3 | drivers/keyboard.h |
| 4 | drivers/mouse.cpp | ||
| 5 | drivers/mouse.h | ||
| 4 | helpers/stick_from_buttons.cpp | 6 | helpers/stick_from_buttons.cpp |
| 5 | helpers/stick_from_buttons.h | 7 | helpers/stick_from_buttons.h |
| 6 | helpers/touch_from_buttons.cpp | 8 | helpers/touch_from_buttons.cpp |
| @@ -23,10 +25,6 @@ add_library(input_common STATIC | |||
| 23 | gcadapter/gc_adapter.h | 25 | gcadapter/gc_adapter.h |
| 24 | gcadapter/gc_poller.cpp | 26 | gcadapter/gc_poller.cpp |
| 25 | gcadapter/gc_poller.h | 27 | gcadapter/gc_poller.h |
| 26 | mouse/mouse_input.cpp | ||
| 27 | mouse/mouse_input.h | ||
| 28 | mouse/mouse_poller.cpp | ||
| 29 | mouse/mouse_poller.h | ||
| 30 | sdl/sdl.cpp | 28 | sdl/sdl.cpp |
| 31 | sdl/sdl.h | 29 | sdl/sdl.h |
| 32 | tas/tas_input.cpp | 30 | tas/tas_input.cpp |