|
|
@ -7,24 +7,22 @@ include_directories(${PROJECT_SOURCE_DIR} |
|
|
|
|
|
|
|
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp) |
|
|
|
|
|
|
|
|
|
|
|
add_executable(notification-daemon |
|
|
|
calendar-daemon.cpp |
|
|
|
util/calendar_parsing.cpp |
|
|
|
util/notifications.h |
|
|
|
io/debug.cpp |
|
|
|
ical/Alarm.cpp |
|
|
|
ical/Event.cpp |
|
|
|
ical/IcalObject.h |
|
|
|
db/schema.h |
|
|
|
db/create.h |
|
|
|
db/Schema.cpp |
|
|
|
db/db.h |
|
|
|
db/schema.h |
|
|
|
db/migrations/Migration.h |
|
|
|
db/migrations/Migration.cpp |
|
|
|
db/migrations/builder/TableBuilder.h |
|
|
|
db/migrations/builder/Table.h |
|
|
|
db/migrations/builder/Table.cpp |
|
|
|
io/debug.cpp |
|
|
|
1624829187_create_events.h |
|
|
|
db/migrations/1624829187_create_events.h |
|
|
|
) |
|
|
|
add_definitions(-DLOG_DEBUG) |
|
|
|
|
|
|
|