diff options
| author | JF <JF002@users.noreply.github.com> | 2021-11-06 09:55:37 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-06 09:55:37 (GMT) |
| commit | 4a5b5f954f12de1574af8e3efec094bb4bdbb542 (patch) | |
| tree | c9de7a49ffd8af620c1dfab3145cd7ffeaad370d /src/CMakeLists.txt | |
| parent | cfc11ea83b5b864810a87387f68f53c017bc20db (diff) | |
| parent | 60a717b1a2272e61dfc4d297998da1c7672a8316 (diff) | |
Merge pull request #782 from Riksu9000/newer_buttonhandler
Newer ButtonHandler
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a839e08..e727b2b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -507,6 +507,7 @@ list(APPEND SOURCE_FILES components/heartrate/Ptagc.cpp components/heartrate/HeartRateController.cpp + buttonhandler/ButtonHandler.cpp touchhandler/TouchHandler.cpp ) @@ -567,6 +568,7 @@ list(APPEND RECOVERY_SOURCE_FILES components/heartrate/Ptagc.cpp components/motor/MotorController.cpp components/fs/FS.cpp + buttonhandler/ButtonHandler.cpp touchhandler/TouchHandler.cpp ) @@ -681,6 +683,7 @@ set(INCLUDE_FILES components/heartrate/Ptagc.h components/heartrate/HeartRateController.h components/motor/MotorController.h + buttonhandler/ButtonHandler.h touchhandler/TouchHandler.h ) |
