aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMax Friedrich <minacode@users.noreply.github.com>2025-05-13 00:32:03 +0200
committerGitHub <noreply@github.com>2025-05-12 23:32:03 +0100
commit5b20e8e2ba8dae54c7ff5c2d26534b9746df2d15 (patch)
tree8f4337f6a30ac75748e159f96ef4461607b696a4 /src/CMakeLists.txt
parent6a6981c91251b96cdf33fe9b094b0833b00ebd8f (diff)
Simple calculator (#1483)
Co-authored-by: minacode <minamoto9@web.de> Co-authored-by: Finlay Davidson <finlay.davidson@coderclass.nl> Co-authored-by: SuIƓng N. <Boteium@users.noreply.github.com> Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
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 e2b69b8b..86510590 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -380,6 +380,7 @@ list(APPEND SOURCE_FILES
displayapp/screens/Metronome.cpp
displayapp/screens/Motion.cpp
displayapp/screens/Weather.cpp
+ displayapp/screens/Calculator.cpp
displayapp/screens/FirmwareValidation.cpp
displayapp/screens/ApplicationList.cpp
displayapp/screens/Notifications.cpp