diff options
| author | JF <jf@codingfield.com> | 2020-03-15 20:01:24 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-03-15 20:01:24 (GMT) |
| commit | 8ed6ffaaf8d0ad681c4f84b89e4a72792edb5a8f (patch) | |
| tree | 594ce4ca20956b61bd796d8aabb64a1ae78c425e /src/CMakeLists.txt | |
| parent | 2c55ab20b4f52d21a04e1d0ee049f7c4ca0196de (diff) | |
Add the possibility to the screen to handle a touch gesture.
A default action is taken if the current screen doesn't handle it.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 670f063..34a7e25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -242,6 +242,7 @@ set(INCLUDE_FILES Logging/NrfLogger.h BlinkApp/BlinkApp.h DisplayApp/DisplayApp.h + DisplayApp/TouchEvents.h DisplayApp/Screens/Screen.h DisplayApp/Screens/Clock.h DisplayApp/Screens/Message.h @@ -288,4 +289,4 @@ link_directories( ../ ) -nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}") +nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}" ${INCLUDE_FILES}) |
