diff options
| author | Max Friedrich <minacode@users.noreply.github.com> | 2023-04-30 17:03:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-30 17:03:46 +0200 |
| commit | 020a7fd11d1b18fd7ac29ccc00b9c6f6e0cdb17b (patch) | |
| tree | fd0a9aa11b201b573ce8826638b515fe61ffff23 /src/CMakeLists.txt | |
| parent | 5f19f689f9ebe1b00f3f7da22b20fb2700811375 (diff) | |
Refactor watch face to enum (#1339)
change watch face from int to enum
---------
Co-authored-by: minacode <minamoto9@web.de>
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6f022e46..a6e7ad56 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -604,6 +604,7 @@ set(INCLUDE_FILES displayapp/screens/ApplicationList.h displayapp/screens/CheckboxList.h displayapp/Apps.h + displayapp/WatchFaces.h displayapp/screens/Notifications.h displayapp/screens/HeartRate.h displayapp/screens/Metronome.h |
