From a8ee61b34c4c6c73cda94ac5f60529e892b3666b Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 2 Mar 2018 13:13:15 +0100 Subject: Move notification sounds (canberra dependency) into plugin, introduce libdino/NotificationEvents --- plugins/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/CMakeLists.txt') diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 10506a86..79523b8f 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -11,3 +11,7 @@ endif(PLUGIN_ENABLED_omemo) if(PLUGIN_ENABLED_http-files) add_subdirectory(http-files) endif(PLUGIN_ENABLED_http-files) + +if(PLUGIN_ENABLED_notification-sound) + add_subdirectory(notification-sound) +endif(PLUGIN_ENABLED_notification-sound) -- cgit v1.2.3-54-g00ecf