diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-09-20 17:20:56 -0500 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:22 -0600 |
| commit | fa8e23b84281022bf6b4e8916231a17e9997e5aa (patch) | |
| tree | d74ffb84e5c2e391963db69bcdfb94be42edeac1 /src/input_common/CMakeLists.txt | |
| parent | 00834b84dd954f6aea2354e07de2054a99f53fa4 (diff) | |
input_common: Rewrite touch
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 34b41ce01..71091767d 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -3,6 +3,8 @@ add_library(input_common STATIC drivers/keyboard.h drivers/mouse.cpp drivers/mouse.h + drivers/touch_screen.cpp + drivers/touch_screen.h helpers/stick_from_buttons.cpp helpers/stick_from_buttons.h helpers/touch_from_buttons.cpp |
