summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-04-28 18:39:26 +0100
committerAdam Pigg <adam@piggz.co.uk>2020-05-05 20:58:15 +0100
commitd33be52bc9cec10e530e1390f1cf812c12cd830e (patch)
tree9e986f32a31154090316abba81cee8a182cf711d /src/CMakeLists.txt
parent49a9a93ceffac325b008bc9fbfc41d571fa7e110 (diff)
Run the alert notification service and simplify trhe pinetime service
initialization
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2e14c02b..777faefc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -320,6 +320,7 @@ list(APPEND SOURCE_FILES
Components/Ble/CurrentTimeClient.cpp
Components/Ble/AlertNotificationClient.cpp
Components/Ble/PinetimeService.cpp
+ Components/Ble/AlertNotificationService.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c
FreeRTOS/port_cmsis_systick.c