From 70640b183faf8bb01bec4301cfda0d55b4d19459 Mon Sep 17 00:00:00 2001 From: Stefan Pranger Date: Tue, 29 Jun 2021 14:13:37 +0200 Subject: [PATCH] added new files to cmake --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0228d66..8a3262e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,9 @@ add_executable(notification-daemon io/debug.cpp ical/Alarm.cpp ical/Event.cpp - ical/IcalObject.h + ical/IcalObject.cpp db/create.h + db/update.h db/Schema.cpp db/db.h db/migrations/Migration.cpp