diff options
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 5682e5ca5..38ab31898 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -5,8 +5,6 @@ add_library(input_common STATIC | |||
| 5 | keyboard.h | 5 | keyboard.h |
| 6 | main.cpp | 6 | main.cpp |
| 7 | main.h | 7 | main.h |
| 8 | motion_emu.cpp | ||
| 9 | motion_emu.h | ||
| 10 | motion_from_button.cpp | 8 | motion_from_button.cpp |
| 11 | motion_from_button.h | 9 | motion_from_button.h |
| 12 | motion_input.cpp | 10 | motion_input.cpp |
| @@ -19,6 +17,10 @@ add_library(input_common STATIC | |||
| 19 | gcadapter/gc_adapter.h | 17 | gcadapter/gc_adapter.h |
| 20 | gcadapter/gc_poller.cpp | 18 | gcadapter/gc_poller.cpp |
| 21 | gcadapter/gc_poller.h | 19 | gcadapter/gc_poller.h |
| 20 | mouse/mouse_input.cpp | ||
| 21 | mouse/mouse_input.h | ||
| 22 | mouse/mouse_poller.cpp | ||
| 23 | mouse/mouse_poller.h | ||
| 22 | sdl/sdl.cpp | 24 | sdl/sdl.cpp |
| 23 | sdl/sdl.h | 25 | sdl/sdl.h |
| 24 | udp/client.cpp | 26 | udp/client.cpp |