summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-12-30 02:26:45 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2023-12-30 02:26:45 -0500
commitdaa57bf00ee3895aa9d863a2ae72232ad7733a3f (patch)
tree0cf06d1094db3d896db21266e646a6ce43ff9a94 /CMakeLists.txt
parent862079c4925a2511b9b8065b73785d7646f84b51 (diff)
parent9b2475538a55b0f95b9d05c50209b9f9efcb63e1 (diff)
downloadabaddon-portaudio-daa57bf00ee3895aa9d863a2ae72232ad7733a3f.tar.gz
abaddon-portaudio-daa57bf00ee3895aa9d863a2ae72232ad7733a3f.zip
Merge branch 'master' into classic-channels
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6804671..05ee200 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,7 +83,7 @@ endif ()
if (NOT WIN32)
target_sources(abaddon PRIVATE src/notifications/notifier_gio.cpp)
else ()
- target_sources(abaddon PRIVATE src/notifications/notifier_null.cpp)
+ target_sources(abaddon PRIVATE src/notifications/notifier_fallback.cpp)
endif ()
if (IXWebSocket_LIBRARIES)