summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-28 13:34:50 (GMT)
committerJF <jf@codingfield.com>2019-12-28 13:34:50 (GMT)
commitb744b96622e684a2aa29c358e124f288ba3cf9cc (patch)
treebd3971fc9ec41b72089b1e7698c6520e3ff548b2 /src/CMakeLists.txt
parent92985eb98be0cc1c6b3951172f8bbaca456bb608 (diff)
Add DateTimeController to manage the time.
Use messages in message queues to refresh the UI
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a30bd19..663bb74 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -40,6 +40,8 @@ list(APPEND SOURCE_FILES
BLE/BleManager.c
Components/Battery/BatteryController.cpp
Components/Ble/BleController.cpp
+ Components/Pinetime/PinetimeController.cpp
+ Components/DateTime/DateTimeController.cpp
)
set(INCLUDE_FILES
@@ -55,6 +57,8 @@ set(INCLUDE_FILES
BLE/BleManager.h
Components/Battery/BatteryController.h
Components/Ble/BleController.h
+ Components/Pinetime/PinetimeController.h
+ Components/DateTime/DateTimeController.h
)
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}") \ No newline at end of file