From ca5f343ac1067eb34b524572c3f4ca609abbce1b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 28 Feb 2023 23:04:40 -0500 Subject: add null implementation for non-gio notifier --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d6f73f..0eef4d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,8 @@ endif () if (NOT WIN32) target_sources(abaddon PRIVATE src/notifications/notifier_gio.cpp) +else () + target_sources(abaddon PRIVATE src/notifications/notifier_null.cpp) endif () if (IXWebSocket_LIBRARIES) -- cgit v1.2.3