summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-10-18 15:35:36 (GMT)
committerJF <jf@codingfield.com>2020-10-18 15:35:36 (GMT)
commit28bc4344193cda2936ff0f69ae51aa79a7840998 (patch)
treede18b2878c8bea8b745a63e9969a88460ca175d8 /src/CMakeLists.txt
parente4f0a95af8ce6cfb71602c5f5e437ab68dd582ec (diff)
[WIP] New notification app that uses software scrolling effect.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2f38ec5..4647e92 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -341,6 +341,7 @@ list(APPEND SOURCE_FILES
displayapp/screens/Music.cpp
displayapp/screens/FirmwareValidation.cpp
displayapp/screens/ApplicationList.cpp
+ displayapp/screens/Notifications.cpp
main.cpp
drivers/St7789.cpp
drivers/SpiNorFlash.cpp
@@ -419,6 +420,7 @@ set(INCLUDE_FILES
displayapp/screens/FirmwareValidation.h
displayapp/screens/ApplicationList.h
displayapp/Apps.h
+ displayapp/screens/Notifications.h
drivers/St7789.h
drivers/SpiNorFlash.h
drivers/SpiMaster.h