diff --git a/src/core/notification/CMakeLists.txt~ b/src/core/notification/CMakeLists.txt~ deleted file mode 100644 index 90ed2ad..0000000 --- a/src/core/notification/CMakeLists.txt~ +++ /dev/null @@ -1,15 +0,0 @@ -set ( SnoreNotify_SRCS ${SnoreNotify_SRCS} - notification/notification.cpp - notification/icon.cpp - PARENT_SCOPE) - -set ( Notification_HDR - notification/notification.h - notification/icon.h - ) - -install(FILES ${Notification_HDR} DESTINATION include/snore/core/notification) - - - -