diff options
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -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 71091767d..c8871513c 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | add_library(input_common STATIC | 1 | add_library(input_common STATIC |
| 2 | drivers/gc_adapter.cpp | ||
| 3 | drivers/gc_adapter.h | ||
| 2 | drivers/keyboard.cpp | 4 | drivers/keyboard.cpp |
| 3 | drivers/keyboard.h | 5 | drivers/keyboard.h |
| 4 | drivers/mouse.cpp | 6 | drivers/mouse.cpp |
| @@ -23,10 +25,6 @@ add_library(input_common STATIC | |||
| 23 | motion_from_button.h | 25 | motion_from_button.h |
| 24 | motion_input.cpp | 26 | motion_input.cpp |
| 25 | motion_input.h | 27 | motion_input.h |
| 26 | gcadapter/gc_adapter.cpp | ||
| 27 | gcadapter/gc_adapter.h | ||
| 28 | gcadapter/gc_poller.cpp | ||
| 29 | gcadapter/gc_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 |